GET
/
{recordType}
/
{alias}
"{items=[{cursor=Ijf7eqZc0RlZmluaXRpb25zfDA=, data={title=Order ID 23456 Logistics CHH Warehouse, description=Complaint received for 3 pallets of product that was shipped on Bad Pallets., severity=High}}, {cursor=cHJvY2Vzc0RlZmluaXRpb25zfDA=, data={title=Order ID 1472 Logistics CHH Warehouse, description=Complaint received for 1 pallet of product that was shipped on a Bad Pallet., severity=Low}}], total=2, paging={end_cursor=cHJvY2Vzc0RlZmluaXRpb25zfDA=, start_cursor=Ijf7eqZc0RlZmluaXRpb25zfDA=, has_previous_page=false, has_next_page=false}}"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

recordType
string<string>
required

'apps', 'elements', 'tasks', or 'transactions'

alias
string<string>
required

The application alias

Query Parameters

first
integer
default:100

The number of elements to retrieve after the 'after' cursor location

Required range: 1 <= x <= 1000
after
string

The starting cursor to begin searching, defaults to the beginning of the list

last
integer

The number of elements to retrieve before the 'before' cursor location

Required range: 1 <= x <= 1000
before
string

The starting cursor to begin searching, defaults to the end of the list

filter
string<string>

An RSQL filter string.

Response

200
application/json

Ok

The response is of type object.