Get Attachment Generator Description
GET/report/:report_id/attachments
Returns metadata about the attachment generator for this report template. Returns an empty JSON object {} if the report does not support attachments.
Request
Responses
- 200
- 401
- 403
Metadata about the attachment generator, or an empty object {} if the report does not support attachments.
Unauthorized access. This error code indicates that the request is missing or has invalid authentication credentials.
Forbidden. This error code indicates that the server understands the request but refuses to fulfill it because the credentials lacks the necessary permissions.