GET List organization data
Lists the organization details. The authenticated user must own the organization.
Resource URL:
https://api.priotice.se/rest/{auth}/organization/list
Data returned
If the request has been successful it will return all the organization parameters but the password.
Example request
GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/organization/list
Example response:
{ "Status": "success", "Data": { "Organization information": { "OrgID": "3564", "Name": "Company AB", "Address": "Storgatan 1", "City": "Stockholm", "Zipcode": "11000", "Country": "Sweden", "Language": "Swedish", "AdminName": "Anders Andersson", "AdminEmail": "anders@company.com", "MobilePhoneNumber": null, "AdminID": "anders", "CR_Orange_Level": "0.15", "CR_Red_Level": "0.25", "LogotypeFileName": "logotype.jpg", "BackgroundColor": "#111111", "SubscriptionExpires": "2017-10-06", "ParticipantBalance": "350", "ApiAuth": "d41d8cd98f00b204e9800998ecf8427e", "SubscriptionType": "enterprise" } } }