Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8327205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:01:47+00:00 2026-06-09T01:01:47+00:00

The OData specification is long. Even the OData Core document is pretty long. So,

  • 0

The OData specification is long. Even the “OData Core” document is pretty long.

So, how about a condensed summary of what a read-only OData publisher needs to implement at a minimum?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T01:01:49+00:00Added an answer on June 9, 2026 at 1:01 am

    I’ll start. An OData service provides an HTTP endpoint that:

    • MUST understand “Accept” headers
    • MUST support Content-Type header, and MUST support ATOM format (optionally JSON)
    • MAY return a service document (list of collections) to GET / (10.1.1)
      • If ATOM (AtomPub?) format, the hierarchy is service/workspace/collection/title
    • MUST return descriptions of collections to requests like GET /Customers (10.2)
      • If ATOM, the hierarchy is feed/entry/content
    • MUST return descriptions of individual entities to requests like GET /Customers(3) (10.2.1)
    • MAY return individual properties of individual entities for requests like GET /Customers(3)/Name (10.2.2)
    • MUST make available a CSDL schema description wrapped in an EDMX document (10.1.2)
      • This SHOULD be available at /$metadata
    • MAY support any of these queries (10.2.3)
      • Filters (limit rows returned): Products?$filter=Price lt 10.00
      • Select (limit fields returned): Products?$select=Rating,ReleaseDate
      • Order-by: Products?$orderby=ReleaseDate asc, Rating desc
      • Top, skip: Products?$top=5&$skip=2
      • InlineCount (include an entity count): Products?$inlinecount=allpages
    • MUST (?) provide a list of relationships for an entity (10.2.4): Products(0)/$links/Orders
    • MUST provide an entity count (10.2.5): Products/$count
    • MAY support other formats with $format specifier (10.2.3.7)

    When an ATOM feed is returned (such as for a collection), it needs to conform to some OData conventions: http://www.odata.org/documentation/odata-v3-documentation/atom-format/ For example:

    • Types used are “edm:String” etc.
    • link elements are used generously
    • content elements either contain content inline (eg, text data), or link to it (eg, images, binary files) with src= attribute.

    When a JSON feed is returned, it similarly follows certain rules:

    • http://www.odata.org/documentation/odata-v3-documentation/json-verbose-format/

    URLs are encouraged to follow this scheme:

    • http://www.odata.org/documentation/odata-v3-documentation/url-conventions/
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a bit confused about OData. Is it meant only for publishing data
I am very new to OData (only started on it yesterday) so please excuse
I'm trying to create a call to odata webservice that would select only distinct
What is the most secure way to open a OData read/GET endpoint without risks
I'm trying to implement an odata consumer, specifically right now related to doing batch
I am developing an OData server with an entity that contains OpenType properties. Two
I have an OData service running on top of Oracle database. I can query
Is it possible to disable the OData support? I dont want this automatism because
I'm trying to get an odata demo up and running at the moment, but
I am looking for an OData wrapper in C# that can talk to any

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.