Examples

Example requests for various endpoints

Get Compliance Lists Screen Examples

Get examples of how to use the compliance lists screen endpoint.

SecurityapiKey
Request
query Parameters
limit
integer <int32> [ 1 .. 100 ]
Default: 10

Number of results that should be fetched.

Example: limit=100
startAfter
string
Default: "0"

Only examples with an ID greater than this ID will be fetched.

Example: startAfter=1
Responses
200

OK

get/v2/compliancelists/screen/examples
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "limit": "5712566172571652",
  • "total": "67",
  • "values": [
    ]
}