/agco-json-api-profiles

AGCO JSON API profiles, standardises Filtering, Search and Change Events.

AGCO JSON API Profiles

Profile

AGCO JSON API profiles, standardises Filtering, Search and Change Events..

Usage

Add the profile link relations in the 'meta' section of the response to allow the API consumer to learn about the additional semantics

GET http://api.example.com/dealers
{
  "meta": {
    "profile": [
        "https://github.com/agco/agco-json-api-profiles/blob/master/public/filtering-profile.md",
        "https://github.com/agco/agco-json-api-profiles/blob/master/public/search-profile.md",
        "https://github.com/agco/agco-json-api-profiles/blob/master/public/change-events-profile.md"
    ]
  },

  "dealers": [{
    // ...
  }]
}

Stack