KronoDesk: REST Web Service (v4.0)
Click here for a complete list of operations.
GET: organizations/{organization_id}
Description
Returns the details of an organization by its ID
How to Execute
To access this REST web service, you need to use the following URL:
https://api.inflectra.com/KronoDesk/Services/v3_0/RestService.svc/organizations/{organization_id}
Request Parameters
Name
|
Description
|
organization_id
|
The id of the organization
|
Request Body
Return Data
Property
|
Description
|
OrganizationId
|
The organization primary key
|
Name
|
The name of the organization
|
Notes
|
The notes
|
IsActive
|
Is the organization active
|
Address1
|
The address line 1
|
Address2
|
The address line 2
|
Country
|
The country
|
Custom01
|
Custom property 1
|
Custom02
|
Custom property 2
|
Custom03
|
Custom property 3
|
Custom04
|
Custom property 4
|
Custom05
|
Custom property 5
|
Description
|
Custom property 6
|
State
|
The state
|
Phone
|
The phone number
|
PostalCode
|
The postal code
|
<RemoteOrganization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.KronoDesk.Web.Services.v3_0.DataObjects">
<Address1 i:nil="true" />
<Address2 i:nil="true" />
<Country i:nil="true" />
<Custom01 i:nil="true" />
<Custom02 i:nil="true" />
<Custom03 i:nil="true" />
<Custom04 i:nil="true" />
<Custom05 i:nil="true" />
<Description i:nil="true" />
<IsActive>false</IsActive>
<Name i:nil="true" />
<Notes i:nil="true" />
<OrganizationId>0</OrganizationId>
<Phone i:nil="true" />
<PostalCode i:nil="true" />
<State i:nil="true" />
</RemoteOrganization>
{"Address1":null,
"Address2":null,
"Country":null,
"Custom01":null,
"Custom02":null,
"Custom03":null,
"Custom04":null,
"Custom05":null,
"Description":null,
"IsActive":false,
"Name":null,
"Notes":null,
"OrganizationId":0,
"Phone":null,
"PostalCode":null,
"State":null}