Skip to content

Get Test List

GET
/api/v1/test_lists/{id}

Retrieves a single test list by ID.

id
required
integer

Test List ID

Successful

object
id
required
integer
organization_id
required
integer
name
required
string
user_ids
required
Array<integer>
created_at
required
string format: date-time
updated_at
required
string format: date-time

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found