Select all companies
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
Read all the companies in SuperOffice.
GET /api/v1/contact?$select=name,associateId,contactAssociate/fullName HTTP/1.1
Authorization: Bearer 8A:
Content-Type: application/json
Accept: application/json
companies = Get("api/v1/Contact?$select=name,category,number")
// companies.value =
[
{
"PrimaryKey": "3",
"EntityName": "contact",
"name": "Amadeus AS",
"category": "Kunde",
"number": "AA10011"
},{
"PrimaryKey": "4",
"EntityName": "contact",
"name": "Arne's Kebab",
"category": "Kunde",
"number": "AA10012"
},{
"PrimaryKey": "5",
"EntityName": "contact",
"name": "Bjørge AS",
"category": "Kunde",
"number": "BB10013"
} ]