GET Tooltips/{id}

Gets a specific Tooltip in the system.


Parameters

NameDescriptionAdditional information
id
A Guid value representing the identifier of the Tooltip you want to retrieve.

Define this parameter in the request URI.

Response body formats

No documentation available.

application/json, text/json

Sample:
{
  "Item": null,
  "ResponseInformation": {
    "Errors": [
      {
        "ErrorCode": "sample string 1",
        "Message": "sample string 2"
      },
      {
        "ErrorCode": "sample string 1",
        "Message": "sample string 2"
      },
      {
        "ErrorCode": "sample string 1",
        "Message": "sample string 2"
      }
    ],
    "Status": 0,
    "Links": [
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "IsTemplated": true
      },
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "IsTemplated": true
      },
      {
        "Rel": "sample string 1",
        "Href": "sample string 2",
        "Title": "sample string 3",
        "IsTemplated": true
      }
    ]
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body