GET api/users/me/useroperations/{id}
Gets an user operation by its identifier.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
User operation identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Json with information about the user operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.