Retrieves all the company_account objects
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
company_account| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| company_id |
Company Id |
globally unique identifier | |
| user_id |
User Id |
globally unique identifier | |
| is_temp_link |
Check temp link |
boolean | |
| sys_logical_delete |
Check delete |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "a96d1dae-4a50-40bd-936a-d30e97f2faca",
"company_id": "1a906329-356b-4c10-b694-7c21db080a11",
"user_id": "02852410-d480-4678-9b72-23bfb7c3a7d1",
"is_temp_link": true,
"sys_logical_delete": true,
"modified_dateutc": "2026-06-16T21:21:22.484288+00:00"
}
application/xml, text/xml
Sample:
<company_account xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <company_id>1a906329-356b-4c10-b694-7c21db080a11</company_id> <id>a96d1dae-4a50-40bd-936a-d30e97f2faca</id> <is_temp_link>true</is_temp_link> <modified_dateutc>2026-06-16T21:21:22.484Z</modified_dateutc> <sys_logical_delete>true</sys_logical_delete> <user_id>02852410-d480-4678-9b72-23bfb7c3a7d1</user_id> </company_account>