v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBForwarding rules
Get forwarding rule
Gets a forwarding rule with given id in the request.
get/api/{cloudId}/v1/forwarding-rules/{id}
Path parameters
idstring required
Identifier of the forwarding rule.
Response
Returned if the request is successful.
Example response
{
"id": "6667cb5b-a5ce-4550-9469-1dbcabac6ffb",
"fromUserId": "e58d6ee3-37bd-432f-9ded-64808b761ae0",
"toUserId": "4b26961a-a837-49d2-a1fe-0973013e3c3b",
"startDate": "2022-07-05T08:00:00Z",
"endDate": "2022-07-06T18:00:00Z"
}