{ "operationId": "getFileAssociations", "method": "GET", "path": "/Files/{FileId}/Associations", "summary": "Retrieves a specific file associations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": "[ { \"FileId\":\"6beccb4a-0d7d-4518-93f3-e0cd1dccb254\", \"ObjectId\":\"1270bf7c-5d18-473a-9231-1e36c4bd33ed\", \"ObjectType\":\"Business\", \"ObjectGroup\":\"Contact\" } ]" } ] }