Returns information about a client. A client represents a a business entity in ItemLogic. Businesses can include content publishers, consumers (such as school districts), or 3rd-party assessment platform providers. The /client node returns a single client record.
Reading
GET /client/<client_id>/view HTTP/1.1 Host: assess.itemlogic.com |
Fields
The following fields are returned in this query:
Property Name | Description | Type |
---|---|---|
id |
Client ID. | integer |
name | Client's name. | string |
code | Client's shorthand code. | string |
api_key_access | Client's API access key. | string |
created | When client account was created. | datetime |
updated | When client account was last modified. | datetime |