Newer Version Available

This content describes an older version of this product. View Latest

Get Care Services Review Responses

Get details of existing care services review requests.
Resource
/services/data/vXX.X/connect/health/care-services/{ids}

where ids is the semicolon separated list of IDs. The items in this list can be Salesforce ID, or a SourceSystemIdentifier. Use idName query parameter to specify the type of ids provided in the URI.

URI Example to retrieve care requests using Salesforce IDs:
1/connect/health/care-services/0Uk7859783498540;0Uk6712899900;0Um4367564378788?idName=Id&sectionNames=Subscriber;CareRequest

Ensure that semicolon character is not a part of any id, if using SourceSystemIdentifier to retrieve care requests.

Important

Available version
46.0
Authentication
Use OAuth to connect to Salesforce and get an access token. Pass the access token in your requests. For more information, see Connect to Chatter REST API Using OAuth.
HTTP methods
GET
Query parameters
Parameter Name Type Description Required Available Version
idName String Indicates the type of identifiers used in the path parameter ids. The valid values are:
  • id: Salesforce object ID.
  • SourceSystemIdentifier: ID of the external system.
Yes 46.0
sectionNames String Semicolon separated list of section names for which data is requested. For example, Subscriber, Patient, CareDiagnoses, CareRequestItems, CareRequestDrugs, TransportLocations, CareRequest, or CareRequestCase. No 46.0
Response body
Property Name Type Description Filter Group and Version Available Version
careAuthorizationRequests Care Authorization Request[] A list of care authorization requests. Small, 46.0 46.0
errorMessage String If the parameters were invalid, this property contains the error message. Small, 46.0 46.0
isSuccess Boolean This flag indicates if the request was successful or not. Small, 46.0 46.0