Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
Path Parameters
Can either refer to employeeIdentifier or the Fabric internal id of the record
"61a558b1b155125f02be7fb1"
Response
Sample response
Fabric internal id of the record.
"61df41892bf06d00092d0d8a"
party type.
O
, H
, P
, C
"O"
flag that indicates if the record is deleted
true
date of creation of the record
"2021-08-30T23:20:42.822Z"
laste date of update of the record
"2021-08-30T23:20:42.822Z"
parent internal party ID of the internal party (Internal fabric ID)
"61df41892bf06d00092d0d8f"
name of the internal party
"INTERNAL PARTY Section 1"
status of the internal party
true
Email of the internal party
"org@gmail.com"
Contains all additional attributes not captured in the schema.