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": "60f5ba5f-ac76-43fb-9181-81c39021a408", "ParentId": "ba00ac86-a2e0-4eba-b121-ad08d5334d61", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2701c7a0-df18-4ec0-8c49-d570138a9b47", "e2fb6e6e-bd0d-44b3-8bc8-3ed084153524" ], "Companies": [ "ba06cea6-3225-4401-8053-b6900f2c4d35", "3155cdf2-0302-4f16-8cf8-955b5f79c89e" ], "Groups": [ "6428b848-ed0d-428f-9d7f-239ae1c22260", "b9fe4800-422a-4c1f-a161-0370c732c5fe" ], "Opportunities": [ "5e80e32c-479a-4e1a-8c4b-17e26c6d4934", "7bc16227-8c7a-4dc5-a3c5-8a4050a17135" ] } }, { "Id": "60f5ba5f-ac76-43fb-9181-81c39021a408", "ParentId": "ba00ac86-a2e0-4eba-b121-ad08d5334d61", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2701c7a0-df18-4ec0-8c49-d570138a9b47", "e2fb6e6e-bd0d-44b3-8bc8-3ed084153524" ], "Companies": [ "ba06cea6-3225-4401-8053-b6900f2c4d35", "3155cdf2-0302-4f16-8cf8-955b5f79c89e" ], "Groups": [ "6428b848-ed0d-428f-9d7f-239ae1c22260", "b9fe4800-422a-4c1f-a161-0370c732c5fe" ], "Opportunities": [ "5e80e32c-479a-4e1a-8c4b-17e26c6d4934", "7bc16227-8c7a-4dc5-a3c5-8a4050a17135" ] } } ]