POST /Session/CustomAttributes/{id}/

Sets the custom attributes for the specified session ID.
 

Request

Method Request URI
POST /API/Session/CustomAttributes/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session (session must be of a user with high enough permissions to set attributes).

Path Parameters

Path Parameter Description
id The ID of the session on which the custom attributes will be set.

Request Body

Name: customAttributes
Type: System.Collections.Generic.IList`1[Dundas.BI.WebApi.Models.CustomAttributeData]

Response

Response Body

A status code indicating success or the reason for failure.