Get a specific app resource by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/app-resources/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "appInstanceId": "<string>", "resourceType": "<string>", "name": "<string>", "description": "<string>", "externalId": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the resource.
Success
The resource.
Show child attributes
The ID of the app instance that the resource belongs to.
The type of the resource.
The name of the resource.
A description of the resource.
The external ID of the resource.
Was this page helpful?