Name | Description |
---|---|
access_token | JSON Web Token retrieved from the Sessions endpoint (you can also pass this into the Authorization header) |
filters |
comma delimited filters. Filter options: - filters[organization_ids] = 1,2,3 (comma delimited list of organization ids to scope the items to) |
include | (optional) comma delimited relationships you want included in the response in snake_case format |
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.eyJ1c2VyX2lkIjoxNjMsImV4cCI6MTcwNDQ3MzIzNCwiaWF0IjoxNzA0NDczMDU0fQ.ZpxtAMkiPazDWdkzB0IqWxVbR_AnT0V5P5hXAmFV8AU Host: example.org Cookie:
GET /apis/v4/organizations/115/comment_reports?include=
include=
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.eyJ1c2VyX2lkIjoxNjMsImV4cCI6MTcwNDY0NTg1NCwiaWF0IjoxNzA0NDczMDU0fQ.qzf-Kl2jrSeap2H1CV3CZYIZhYdeYigyCG7ut-lT5ic Access-Control-Expose-Headers: X-MH-Session ETag: W/"a9006065c56d349ba8a787969fdccff6" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 848cc6b7-f5bf-433e-ab9a-c9fb837d3fb4 X-Runtime: 0.037778 Content-Length: 605
200