You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search an item by the provided custom url. If the provided url is an UUID, a find by item's uuid is performed. The response has the same format of the find by uuid.
614
+
615
+
Return codes:
616
+
* 200 OK - if the operation succeed
617
+
* 404 Not found - if no item was found with the given custom URL
618
+
* 500 Internal server error - if multiple item was found related to the given url
0 commit comments