OData Dataset Service

Service Document

The Service Document provides a link to the main source of information in this OData service: the list of Entities in this Dataset, as well as the Metadata Document describing the schema of this information.

This document is available only in JSON format.

get/v1/projects/{projectId}/datasets/{name}.svc

Path parameters

projectIdnumber required

The numeric ID of the Project

namestring required

The name of the Dataset whose OData service you wish to access.

Response

OK

@odata.contextstring

Example response

{
  "@odata.context": "https://your.odk.server/v1/projects/7/datasets/sample.svc/$metadata",
  "value": [
    {
      "kind": "EntitySet",
      "name": "Entities",
      "url": "Entities"
    },
    {
      "kind": "EntitySet",
      "name": "Entities.children.child",
      "url": "Entities.children.child"
    }
  ]
}

Changes

Changed in 3 of the 54 revisions of this API.4

    • api operation id Service Document for Datasets removed and replaced with serviceDocumentForDatasets

      api-operation-id-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • api operation id serviceDocumentForDatasets removed and replaced with Service Document for Datasets

      api-operation-id-removed

    • added the non-success response with the status 403

      response-non-success-status-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog