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": "3ff98186-535e-4f3e-aa2e-55c572bbd006", "ParentId": "59a51039-07ff-42b2-ab7c-236fbe69a6eb", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d778d102-6885-42e2-b6c1-66ad175a2840", "a7b72d56-dd30-4ad0-9eaa-64fa6e0b5174" ], "Companies": [ "75724e49-ae81-4129-bc8a-1f8e4984d781", "15d00c50-3a38-42de-a4c9-94118aea7d8f" ], "Groups": [ "c91126b7-0287-4177-9f21-0e20cd33405d", "1ab30d31-f392-4e33-8c3b-5225806040f5" ], "Opportunities": [ "d62e35ee-c0ae-449e-8d1b-11f4daa8b607", "0da0eb5b-dad0-42a5-a872-e636d3065b20" ] } }, { "Id": "3ff98186-535e-4f3e-aa2e-55c572bbd006", "ParentId": "59a51039-07ff-42b2-ab7c-236fbe69a6eb", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d778d102-6885-42e2-b6c1-66ad175a2840", "a7b72d56-dd30-4ad0-9eaa-64fa6e0b5174" ], "Companies": [ "75724e49-ae81-4129-bc8a-1f8e4984d781", "15d00c50-3a38-42de-a4c9-94118aea7d8f" ], "Groups": [ "c91126b7-0287-4177-9f21-0e20cd33405d", "1ab30d31-f392-4e33-8c3b-5225806040f5" ], "Opportunities": [ "d62e35ee-c0ae-449e-8d1b-11f4daa8b607", "0da0eb5b-dad0-42a5-a872-e636d3065b20" ] } } ]