This document describes the API for reading and updating Trust Center Requests.
Note: In order to access this API, you need to have paid features enabled for Trust.
Returns a list of Trust Center Requests
Filter | Description |
---|---|
id |
The ID of the Trust Center Request |
created_at |
The date when this Trust Center Request was created |
email |
The email of the requester for this Trust Center Request |
requester_name |
The name of the requester for the Trust Center Request |
reviewed |
True if this Trust Center Request has been reviewed, false otherwise |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "company_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "document_security": "clickwrap",
- "requester_name": "string",
- "job_title": "string",
- "reason": "string",
- "resources": [
- "string"
], - "reviewed": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "trust_center_resource_requests": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "approved_at": "2019-08-24T14:15:22Z",
- "trust_center_resource": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "name": "string",
- "nda_required": true,
- "resource_type": "string"
}
}
]
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a single Trust Center Request by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "company_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "document_security": "clickwrap",
- "requester_name": "string",
- "job_title": "string",
- "reason": "string",
- "resources": [
- "string"
], - "reviewed": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "trust_center_resource_requests": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "approved_at": "2019-08-24T14:15:22Z",
- "trust_center_resource": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "name": "string",
- "nda_required": true,
- "resource_type": "string"
}
}
]
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
Update a TrustCenterRequest by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "company_name": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "document_security": "clickwrap",
- "requester_name": "string",
- "job_title": "string",
- "reason": "string",
- "resources": [
- "string"
], - "reviewed": true,
- "updated_at": "2019-08-24T14:15:22Z",
- "email": "string",
- "trust_center_resource_requests": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "approved_at": "2019-08-24T14:15:22Z",
- "trust_center_resource": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "name": "string",
- "nda_required": true,
- "resource_type": "string"
}
}
]
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}