GET api/CustomTables?customTableName={customTableName}
Get Custom table records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customTableName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "83182119-6a80-407f-8f3f-4e2619bc3109", "ParentId": "85101a69-e5e8-4a2f-a11e-8e312321c4f2", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "36bebe3e-890b-41e9-a136-96e9c79fea25", "b5ccbbe6-84c6-4a1c-a43c-e086d8f5d99f" ], "Companies": [ "c27bf3a1-e1bf-45e4-aeb5-3639444187bd", "62744b4b-ab59-4d4e-8dba-9cb6a13641ef" ], "Groups": [ "05bd9c7c-9add-45e5-904d-c6f71c923e89", "02633bb6-9f94-40fd-bb67-e3182d6ba8fc" ], "Opportunities": [ "cc3ca107-43cf-4aa3-80ca-64925419a15e", "7306c2da-ffc2-4234-bfdb-e0442b6e8a9a" ] } }, { "Id": "83182119-6a80-407f-8f3f-4e2619bc3109", "ParentId": "85101a69-e5e8-4a2f-a11e-8e312321c4f2", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "36bebe3e-890b-41e9-a136-96e9c79fea25", "b5ccbbe6-84c6-4a1c-a43c-e086d8f5d99f" ], "Companies": [ "c27bf3a1-e1bf-45e4-aeb5-3639444187bd", "62744b4b-ab59-4d4e-8dba-9cb6a13641ef" ], "Groups": [ "05bd9c7c-9add-45e5-904d-c6f71c923e89", "02633bb6-9f94-40fd-bb67-e3182d6ba8fc" ], "Opportunities": [ "cc3ca107-43cf-4aa3-80ca-64925419a15e", "7306c2da-ffc2-4234-bfdb-e0442b6e8a9a" ] } } ]