SPA Test Data
SPA: Retrieves a paginated list of Test Data
Returns a paginated list of test data for the authenticated user's client.
GET
/api/spa/test-dataAuthorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Query Parameters
page
integerdefault:1
The collection page number
itemsPerPage
integerdefault:20
The number of items per page
pagination
boolean
Enable or disable pagination
order[id]
stringdefault:asc
No description provided.
order[name]
stringdefault:asc
No description provided.
order[createdAt]
stringdefault:asc
No description provided.
order[updatedAt]
stringdefault:asc
No description provided.
name
string
No description provided.
Response
200
TestData collection
id
integer
Identifier generated by Output.Rocks.
name
stringrequired
Name of the test data
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update
subClientDefault
boolean
Default for environmental tenants (sub-clients)
subClientId
integer
SubClient ID. Provided on instances with enabled sub-client module only.
subClientDescription
string
SubClient description. Provided on instances with enabled sub-client module only.