Care Services Review Requests (GET)
- 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:/connect/health/care-services/0Uk7859783498540;0Uk6712899900;0Um4367564378788?idName=Id§ionNames=Subscriber;CareRequest
- 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 Connect 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 for GET
- Care Authorization Request Get Result