GET api/release

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of release
NameDescriptionTypeAdditional information
releaseID

integer

None.

version

string

String length: inclusive between 0 and 50

text

string

None.

fecha

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "releaseID": 1,
    "version": "sample string 2",
    "text": "sample string 3",
    "fecha": "2025-04-27T20:17:10.2296077-04:00"
  },
  {
    "releaseID": 1,
    "version": "sample string 2",
    "text": "sample string 3",
    "fecha": "2025-04-27T20:17:10.2296077-04:00"
  }
]