Interesting Object Records API Methods
Below is a list of the available API methods that make up the Object Record retrieval functionality in eHive. This list provides information about the API method such as, the HTTP method, the resouce URL and the method name as it appears in our client API libraries.
Resource
API Client Method
GET
/api/v2/objectrecords/interesting
getInterestingObjectRecordsInEHive
GET
/api/v2/accounts/{accountId}/objectrecords/interesting
getInterestingObjectRecordsInAccount
GET
/api/v2/communities/{communityId}/objectrecords/interesting
getInterestingObjectRecordsInCommunity
GET
/api/v2/communities/{communityId}/accounts/{accountId}/objectrecords/interesting
getInterestingObjectRecordsInAccountInCommunity
GET
/api/v2/objectrecords/interesting/{catalogueType}
getInterestingObjectRecordsInEHive
GET
/api/v2/accounts/{accountId}/objectrecords/interesting/{catalogueType}
getInterestingObjectRecordsInAccount
GET
/api/v2/communities/{communityId}/objectrecords/interesting/{catalogueType}
getInterestingObjectRecordsInCommunity
GET
/api/v2/communities/{communityId}/accounts/{accountId}/objectrecords/interesting/{catalogueType}
getInterestingObjectRecordsInAccountInCommunity