GET api/workshopEducationProfile

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of workshopEducationProfile
NameDescriptionTypeAdditional information
id

integer

None.

workshopID

integer

None.

educationProfileID

integer

None.

dateCreated

date

None.

dateUpdated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "workshopID": 1,
    "educationProfileID": 1,
    "dateCreated": "2024-11-02T17:17:10.2831398+00:00",
    "dateUpdated": "2024-11-02T17:17:10.2831398+00:00"
  },
  {
    "$ref": "1"
  }
]