Get a specific guidance by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/guidances/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "teamId": "<string>", "name": "<string>", "description": "<string>", "content": "<string>", "shouldAlwaysUse": true, "isPublished": true, "hasUnpublishedChanges": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the guidance.
Success
The guidance.
Show child attributes
Was this page helpful?