POST api/actions/{id}/client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

Body Parameters

ActionsSearchDto
NameDescriptionTypeAdditional information
ClientId

globally unique identifier

None.

Skip

integer

None.

Take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "clientId": "3830e002-4cf1-4f72-98c8-6920292648a0",
  "skip": 1,
  "take": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.