GET authenticate/user/TermsAndConditions/{userId}
Used to retrieve the terms and condition record for the given user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
the user id for the user that is trying to login. This will only be passed in from internal systems (e.g. Thingworx system) |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Response object with the terms and conditions record
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |