Parameter | Type | Default | Description |
---|---|---|---|
state | string | null | Filter issues by state |
issue_type_id | integer | null | Filter issues by issue type id |
sort_by | string | null | Sort issues by attribute [created_at , updated_at ] |
sort_direction | string | asc | Sort direction [asc , desc ] |
Status | Reason |
---|---|
422 | Invalid parameters |
{
"issues": [], // List of issues - see 'Issue model'
"pagination_info": {} // Pagination info
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/users/me/operations/issues' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Store-Id;'
{}