POST api/DataSet/Dates

Gets the release dates of the provided Datasets.

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.CustomOption
NameDescriptionTypeAdditional information
Name

string

None.

Value

string

None.

Response Formats

application/json, text/json

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