GET api/pro/user-claims/{zapId}

Gets a UserClaim by zap id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
zapId

The zap id of the UserClaim.

string

Required

Body Parameters

None.

Response Information

Resource Description

Return the UserClaim with the specified id.

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}