This API allows a user to retrieve attribute meta data for activity resource.
Method | URL | Description |
---|---|---|
GET | /ws/v12/interaction/activity/attributes | Retrieve attribute meta data for activity resource. |
Authentication is required. The client must be logged in to call this API. Each API request must contain X-egain-session request header returned by Login API.
No permissions are required.
The logged in user must have the following licenses:
Name | Description | Allowed values | Default value |
---|---|---|---|
X-egain-session | Session ID obtained from Login API response header | N/A | N/A |
Accept | Content type accepted by client | application/xml or application/json | N/A |
Accept-Language | Language locale accepted by client (used for locale specific fields in resource representation and in error responses) | Supported 'Accept-Language' header codes | default system language |
None
Following values can be provided for $attribute query parameter:
At least one of these values must be provided for $attribute.
Name | Description | Possible values |
---|---|---|
X-egain-session | Session ID of the current user session | N/A |
Content-Type | Media type of response body | application/xml or application/json |
The response body can be in either XML or JSON format.
200 - OK
204 - No content
400 - Bad Request
401 - Unauthorized
406 - Not Acceptable
500 - Internal server error
Example 1 - Get activity type attributes
Example 2 - Get activity language attribute details
Example 3 - Get activity custom attributes
Example 4 - Get all activity attributes