v2
latestOpenAPI 3.0.32026-08-055124127.6 KBsessions
List sessions for an application
Returns a list of sessions for the specified application
get/applications/{application-identifier}/sessions
Query parameters
countinteger
Limits the number of items in the response
offsetinteger
Number of items to skip before returning results
filterstring
Filter items by an expression. Currently only supports filtering by xhr.uri. Note: This parameter cannot be used with orderby
orderbystring[]
Order items by property values. Note: This parameter cannot be used with filter
Response
OK
Example response
[
{
"countryCode": "US"
}
]