POST api/DataSet/Date?productId={productId}

Gets the release date of the provided Dataset.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

The integer ID of the product.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The release date and product id.

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"
}