Lists the attachments for a principal

GET /domains/{domainId}/principals/{principalId}/attachments

Parameters

Name Required Type Description
domainId true string
principalId true string

Response

"type": "object", "description": "Result Map", "properties": { "total_rows": { "type": "number" }, "offset": { "type": "number" }, "size": { "type": "number" }, "rows": { "type": "array", "items": { "type": "attachment" } } } }