Exploring the Graviti api
Get api v1 members documents by id
Get documents records of members using the documents record id that is available on the administration portal
GET/api/v1/Members/documents/{id}
Get a record of a member’s documents record by document record ID that is available on the administration portal
REQUEST INFORMATION
Parameters
Name |
Type |
Additional information |
Id |
String |
Required |
x-api-key |
Header |
Required |
x-api-secret |
Header |
Required |
RESPONSE INFORMATION
- Code: 200
- Description: successful
- Media type: text/plain; application/json; text/json
- Links: no links
Example value|Schema
{
"created": "2023-12-08T07:43:13.892Z",
"documentUrl": "string",
"title": "string",
"id": "string",
"member": "string",
"memberId": "string",
"memberOrganizationId": "string",
"organizationId": "string",
"documentType": "string",
"documentTypeId": "string",
"updated": "2023-12-08T07:43:13.892Z",
"uploadedBy": "string"
}
Field |
Type |
Description |
Created |
Datetime |
Datetime when the member document record was created in the system |
Document url |
String |
Member document link |
Title |
String |
Member document title |
Id |
String |
Document id to identify the document |
Member |
String |
Name of the member |
Member id |
String |
Member id to identify the member |
Member organization id |
String |
Member organization id to identify the member |
Organization id |
String |
Id to identify the organization |
Document type |
String |
Member document type |
Document type id |
String |
Document type id to identify the document |
Updated |
Datetime |
Datetime when the member document record was last updated. |
Uploaded by |
String |
Name of the person who uploaded the record |
Related topics