Name | Description |
---|---|
access_token | JSON Web Token retrieved from the Sessions endpoint (you can also pass this into the Authorization header) |
page |
pagination details: - page[limit] = number of challenges you want to receive per page, default 25 - page[offset] = skip the first n number of records before reading challenges, default 0 |
sort | (optional) order you want to receive challenges in, defaults to id. |
include | (optional) comma delimited relationships you want included in the response in snake_case format |
filters |
comma delimited filters. Filter options: - filters[completed] = [true,false] - filters[receiver_ids] = 3,4 - filters[organization_ids] = 1,2 - filters[types] = pray,learn |
Name | Description |
---|---|
data | primary JSON API payload |
included | related models (controlled by the include param) |
meta | will contain additional information about the current request, including the total number of records before the limit/offset operations |
Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo5NiwiZXhwIjoxNzU0NTk2NDgwLCJpYXQiOjE3NTQ1OTYzMDB9.sh2Vz66K6qsrCbNw3g8_aI2UemtUTKcMJTfmf9fmrv0 Host: example.org Cookie:
GET /apis/v4/challenges?include=&filters[organization_ids]=75&filters[completed]=false&filters[receiver_ids]=155&filters[types]=pray
include= filters={"organization_ids"=>"75", "completed"=>"false", "receiver_ids"=>"155", "types"=>"pray"}
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept X-MH-Session: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo5NiwiZXhwIjoxNzU0NzY5MTAwLCJpYXQiOjE3NTQ1OTYzMDB9.MoB9rn8ZUrUYhFvzKxbNo1OeLzhcEzEB84k7lru4nkM Access-Control-Expose-Headers: X-MH-Session ETag: W/"55550f88862d29894ed1982fe838a7cd" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 2ad09ae1-b7a6-43a1-a851-f1485c902695 X-Runtime: 0.036052 Content-Length: 531
200