GET api/Center/GetcollegeAgreementList/{collegeid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
collegeid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CollegeAgreement
NameDescriptionTypeAdditional information
agid

integer

None.

id

string

None.

pdfpath

string

None.

filetype

string

None.

status

integer

None.

createdby

string

None.

createdon

date

None.

stdate

date

None.

enddate

date

None.

updatedby

string

None.

updateon

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "agid": 1,
    "id": "sample string 2",
    "pdfpath": "sample string 3",
    "filetype": "sample string 4",
    "status": 1,
    "createdby": "sample string 5",
    "createdon": "2025-05-10T12:06:29.9622011+05:30",
    "stdate": "2025-05-10T12:06:29.9622011+05:30",
    "enddate": "2025-05-10T12:06:29.9622011+05:30",
    "updatedby": "sample string 6",
    "updateon": "2025-05-10T12:06:29.9622011+05:30"
  },
  {
    "agid": 1,
    "id": "sample string 2",
    "pdfpath": "sample string 3",
    "filetype": "sample string 4",
    "status": 1,
    "createdby": "sample string 5",
    "createdon": "2025-05-10T12:06:29.9622011+05:30",
    "stdate": "2025-05-10T12:06:29.9622011+05:30",
    "enddate": "2025-05-10T12:06:29.9622011+05:30",
    "updatedby": "sample string 6",
    "updateon": "2025-05-10T12:06:29.9622011+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCollegeAgreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <CollegeAgreement>
    <agid>1</agid>
    <createdby>sample string 5</createdby>
    <createdon>2025-05-10T12:06:29.9622011+05:30</createdon>
    <enddate>2025-05-10T12:06:29.9622011+05:30</enddate>
    <filetype>sample string 4</filetype>
    <id>sample string 2</id>
    <pdfpath>sample string 3</pdfpath>
    <status>1</status>
    <stdate>2025-05-10T12:06:29.9622011+05:30</stdate>
    <updatedby>sample string 6</updatedby>
    <updateon>2025-05-10T12:06:29.9622011+05:30</updateon>
  </CollegeAgreement>
  <CollegeAgreement>
    <agid>1</agid>
    <createdby>sample string 5</createdby>
    <createdon>2025-05-10T12:06:29.9622011+05:30</createdon>
    <enddate>2025-05-10T12:06:29.9622011+05:30</enddate>
    <filetype>sample string 4</filetype>
    <id>sample string 2</id>
    <pdfpath>sample string 3</pdfpath>
    <status>1</status>
    <stdate>2025-05-10T12:06:29.9622011+05:30</stdate>
    <updatedby>sample string 6</updatedby>
    <updateon>2025-05-10T12:06:29.9622011+05:30</updateon>
  </CollegeAgreement>
</ArrayOfCollegeAgreement>