Information on action
Returns information about specified action of counter.
Request syntax
counterId
— counter ID, the information about the action which you want to get.
operationId
— action ID, the information of which you want to get.
https://api-metrica.yandex.net/management/v1/counter/{counterId}/operation/{operationId}
? [callback=<string>]
Query parameters | |
callback | Callback function which returns an API response. |
Query parameters | |
callback | Callback function which returns an API response. |
Response format
{
"operation" : {
"id" : < int > ,
"action" : < operation_type > ,
"attr" : < operation_attribute > ,
"value" : < string > ,
"status" : < operation_status >
}
}
Parameters | Description |
---|---|
operation | Action. |
operation | |
id | Action ID (needs to be specified while changing a counter action). |
action | Action type. Possible values:
|
attr | Field for filtration. Possible values:
|
value | Value for replacement. |
status | Action status. Possible values:
|
Parameters | Description |
---|---|
operation | Action. |
operation | |
id | Action ID (needs to be specified while changing a counter action). |
action | Action type. Possible values:
|
attr | Field for filtration. Possible values:
|
value | Value for replacement. |
status | Action status. Possible values:
|