The Open Data Protocol (OData) is an open protocol begun by Microsoft which allows the implementation of queryable and interoperable Application Programming Interfaces (APIs) in a simple and standard way. This protocol enables use of RESTful APIs, which allow resources, defined in a data model and identified using Universal Resource Locators (URLs), to be created and edited by Web clients using simple Hypertext Transfer Protocol (HTTP) messages. FDDS uses OData version 3 because it supports simple Date/Time formats and does not require GMT (Greenwich Mean Time) offset. OData version 4 requires GMT offset and is not supported. In the future OData version 5 will restore support for simple Date/Time data elements. Complete documentation covering OData v3 can be found at
OData Version 3.0.