GET api/Affi_CourseDetails/GetAllAffi_CourseDetails

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Affi_CourseDetails
NameDescriptionTypeAdditional information
Id

integer

None.

Course_Id

integer

None.

Expected_no_of_admission

string

None.

Affi_Id

integer

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Course_Id": 2,
    "Expected_no_of_admission": "sample string 3",
    "Affi_Id": 4,
    "CreatedBy": "sample string 5",
    "CreatedDate": "2024-12-01T09:43:19.0033035+05:30",
    "UpdatedBy": "sample string 7",
    "UpdatedDate": "2024-12-01T09:43:19.0033035+05:30"
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Id":1,"Course_Id":2,"Expected_no_of_admission":"sample string 3","Affi_Id":4,"CreatedBy":"sample string 5","CreatedDate":"2024-12-01T09:43:19.0033035+05:30","UpdatedBy":"sample string 7","UpdatedDate":"2024-12-01T09:43:19.0033035+05:30"},{"$ref":"1"}]