| GET | /content/list |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Results | form | List<Content> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ContentID | form | int | No | |
| cType | form | int? | No | |
| fkTaalID | form | int? | No | |
| cNaam | form | string | No | |
| cPaginaTitel | form | string | No | |
| cSEOOmschrijving | form | string | No | |
| cSEOURL | form | string | No | |
| fkSEOFotoID | form | int? | No | |
| cFocusTerm | form | string | No | |
| cTitel | form | string | No | |
| cTekst | form | string | No | |
| cIntro | form | string | No | |
| fkThumbnailID | form | int? | No | |
| cOrder | form | int? | No | |
| LaatsteUpdate | form | DateTime | No | |
| LaatsteUpdateDoor | form | string | No | |
| cHeaderFoto | form | int? | No | |
| cHeaderTekst | form | string | No | |
| cC2ATekst | form | string | No | |
| cC2ATekstButtonLink | form | string | No | |
| cC2ATekstButtonTekst | form | string | No | |
| cIntroOverzicht | form | string | No | |
| cIntroOverOns | form | string | No | |
| cIntroKort | form | string | No | |
| cDatum | form | DateTime? | No | |
| cAuteur | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /content/list HTTP/1.1 Host: cms.exitus-ict.nl Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
results:
[
{
contentID: 0,
cType: 0,
fkTaalID: 0,
cNaam: String,
cPaginaTitel: String,
cSEOOmschrijving: String,
cSEOURL: String,
fkSEOFotoID: 0,
cFocusTerm: String,
cTitel: String,
cTekst: String,
cIntro: String,
fkThumbnailID: 0,
cOrder: 0,
laatsteUpdate: 0001-01-01,
laatsteUpdateDoor: String,
cHeaderFoto: 0,
cHeaderTekst: String,
cC2ATekst: String,
cC2ATekstButtonLink: String,
cC2ATekstButtonTekst: String,
cIntroOverzicht: String,
cIntroOverOns: String,
cIntroKort: String,
cDatum: 0001-01-01,
cAuteur: String
}
],
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String,
meta:
{
String: String
}
}
],
meta:
{
String: String
}
}
}