List all app resources for an app instance.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/app-resources \ --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 app instance.
Success
The list of resources.
Show child attributes
The ID of the resource.
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?