by Michael Worringer | Jan 26, 2015 | API, Integrations
The Field59 API is a REST(ful) API. When making a request that requires XML, wrap all text in CDATA markup. All URLs should be URL-encoded. If a parameter is not available or is not in use, omit the node. Authentication Error Responses Verify Users Search: Videos,...
by Michael Worringer | Jan 26, 2015 | API
The Field59 API uses basic HTTP authentication. Not all requests require authentication, but those that do, require the username and password of the requesting user to be passed in the authorization header. Please make all requests through our secured domain:...
by Michael Worringer | Jan 26, 2015 | API
HTTP/1.1 400 BAD REQUEST Most likely your request was not formatted correctly. If the operation did not succeed because of a problem with the request (for example, the submitted XML does not validate or a URL was invalid), you may receive an XML response with a...
by Michael Worringer | Jan 26, 2015 | API
To verify that the username and password you have are valid and authorized, check the status by making a GET request to this URL: https://api.field59.com/v2/user Request GET /v2/user HTTP/1.1 Accept: application/xhtml+xml Authorization: username:password Response...
by Michael Worringer | Jan 26, 2015 | API
To search for items, make a GET request to this URL: https://api.field59.com/v2/search Request GET /v2/search[?querystring] HTTP/1.1 Accept: application/xhtml+xml Authorization: username:password Optional Querystring Parameters type: type of item to search for.Valid...
by Michael Worringer | Jan 26, 2015 | API
Create Video To create a new video record, make a POST request to this URL: https://api.field59.com/v2/video/create Request This request should contain a single parameter named “xml”. That parameter should contain an XML string with the information you want recorded...