GET GoCPS/Glossary

Returns Glossary of all go.cps.edu terms

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FAQ
NameDescriptionTypeAdditional information
FAQ_ID

integer

None.

Question_Text_Formatted

string

None.

Question_Text_Raw

string

None.

Answer_Text_Formatted

string

None.

Answer_Text_Raw

string

None.

Question_Spanish

string

None.

Question_Spanish_Text_Raw

string

None.

Is_Featured

boolean

None.

Category_ID

integer

None.

Sort_Order

integer

None.

Created_Date

date

None.

Updated_Date

date

None.

Keyword

string

None.

Keyword_Spanish

string

None.

FAQTags

string

None.

name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FAQ_ID": 1,
    "Question_Text_Formatted": "sample string 2",
    "Question_Text_Raw": "sample string 3",
    "Answer_Text_Formatted": "sample string 4",
    "Answer_Text_Raw": "sample string 5",
    "Question_Spanish": "sample string 6",
    "Question_Spanish_Text_Raw": "sample string 7",
    "Is_Featured": true,
    "Category_ID": 8,
    "Sort_Order": 9,
    "Created_Date": "2024-04-25T16:57:55.6471459-05:00",
    "Updated_Date": "2024-04-25T16:57:55.6471459-05:00",
    "Keyword": "sample string 12",
    "Keyword_Spanish": "sample string 13",
    "FAQTags": "sample string 14",
    "name": "sample string 15"
  },
  {
    "FAQ_ID": 1,
    "Question_Text_Formatted": "sample string 2",
    "Question_Text_Raw": "sample string 3",
    "Answer_Text_Formatted": "sample string 4",
    "Answer_Text_Raw": "sample string 5",
    "Question_Spanish": "sample string 6",
    "Question_Spanish_Text_Raw": "sample string 7",
    "Is_Featured": true,
    "Category_ID": 8,
    "Sort_Order": 9,
    "Created_Date": "2024-04-25T16:57:55.6471459-05:00",
    "Updated_Date": "2024-04-25T16:57:55.6471459-05:00",
    "Keyword": "sample string 12",
    "Keyword_Spanish": "sample string 13",
    "FAQTags": "sample string 14",
    "name": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFAQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
  <FAQ>
    <Answer_Text_Formatted>sample string 4</Answer_Text_Formatted>
    <Answer_Text_Raw>sample string 5</Answer_Text_Raw>
    <Category_ID>8</Category_ID>
    <Created_Date>2024-04-25T16:57:55.6471459-05:00</Created_Date>
    <FAQTags>sample string 14</FAQTags>
    <FAQ_ID>1</FAQ_ID>
    <Is_Featured>true</Is_Featured>
    <Keyword>sample string 12</Keyword>
    <Keyword_Spanish>sample string 13</Keyword_Spanish>
    <Question_Spanish>sample string 6</Question_Spanish>
    <Question_Spanish_Text_Raw>sample string 7</Question_Spanish_Text_Raw>
    <Question_Text_Formatted>sample string 2</Question_Text_Formatted>
    <Question_Text_Raw>sample string 3</Question_Text_Raw>
    <Sort_Order>9</Sort_Order>
    <Updated_Date>2024-04-25T16:57:55.6471459-05:00</Updated_Date>
    <name>sample string 15</name>
  </FAQ>
  <FAQ>
    <Answer_Text_Formatted>sample string 4</Answer_Text_Formatted>
    <Answer_Text_Raw>sample string 5</Answer_Text_Raw>
    <Category_ID>8</Category_ID>
    <Created_Date>2024-04-25T16:57:55.6471459-05:00</Created_Date>
    <FAQTags>sample string 14</FAQTags>
    <FAQ_ID>1</FAQ_ID>
    <Is_Featured>true</Is_Featured>
    <Keyword>sample string 12</Keyword>
    <Keyword_Spanish>sample string 13</Keyword_Spanish>
    <Question_Spanish>sample string 6</Question_Spanish>
    <Question_Spanish_Text_Raw>sample string 7</Question_Spanish_Text_Raw>
    <Question_Text_Formatted>sample string 2</Question_Text_Formatted>
    <Question_Text_Raw>sample string 3</Question_Text_Raw>
    <Sort_Order>9</Sort_Order>
    <Updated_Date>2024-04-25T16:57:55.6471459-05:00</Updated_Date>
    <name>sample string 15</name>
  </FAQ>
</ArrayOfFAQ>