POST api/DataSet/DatesExtended

Gets the release dates of the provided Datasets. include pools of data within a product such as MFAD (access data)

Request Information

URI Parameters

None.

Body Parameters

An array of integer IDs of the products.

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A list of the release dates and product ids.

Collection of SI.Model.Simfund.Generic.CustomOptionExtended
NameDescriptionTypeAdditional information
Name

string

None.

Value

Collection of SI.Model.Simfund.Generic.CustomOption

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Value": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ]
  },
  {
    "Name": "sample string 1",
    "Value": [
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      },
      {
        "Name": "sample string 1",
        "Value": "sample string 2"
      }
    ]
  }
]