-
Notifications
You must be signed in to change notification settings - Fork 0
REST Resource: urls
Robert Durfee edited this page Aug 23, 2020
·
2 revisions
(The REST urls resource code can be found here.)
Represents a URL resource.
A URL resource includes an identifier and the complete, original URL.
{
"id": string,
"url": string
}
| Fields | |
|---|---|
id |
string The unique identifier for the URL resource. This identifier is defined by the server. |
url |
string The complete URL for the URL resource. |
| Methods | |
|---|---|
get |
Returns the specified URL resource. |
insert |
Creates a URL resource using the data included in the request. |