GET
/
v1
/
examples
curl --location --request GET 'https://api.stateset.com/v1/examples' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \

{
    "id": "2438cf38-4004-41d3-8c90-131735ff7d00",
    "type": "System example",
    "name": "example 1",
    "description": "This is the cancellation example",
    "created_at": "2023-11-28T00:00:00.000000Z",
    "updated_at": "2023-11-28T00:00:00.000000Z"
}

Body

Response

id
string
This is the id of the example.
type
string
This is the type of the example.
name
string
This is the name of the example.
ticket_id
string
This is the ticket_id of the example.
description
string
This is the description of the example.
created_at
string
This is the created_at of the example.
updated_at
string
This is the updated_at of the example.
curl --location --request GET 'https://api.stateset.com/v1/examples' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \

{
    "id": "2438cf38-4004-41d3-8c90-131735ff7d00",
    "type": "System example",
    "name": "example 1",
    "description": "This is the cancellation example",
    "created_at": "2023-11-28T00:00:00.000000Z",
    "updated_at": "2023-11-28T00:00:00.000000Z"
}