Returns a list of all CGAC and FREC agencies
/v1/list_all_agencies/
N/A
{
"agency_list": [
{
"agency_name": "Sample Agency",
"cgac_code": "000"
}, ...
],
"shared_agency_list": [
{
"agency_name": "Sample FREC Agency",
"frec_code": "0000"
}, ...
]
}
agency_list
: ([dict]) the list of all CGAC codes and names. Dictionaries in the list contain the following elements:agency_name
: (string) the name of the CGAC agencycgac_code
: (string) the code of the CGAC agency
shared_agency_list
: ([dict]) the list of all FREC codes and names. Dictionaries in the list contain the following elements:agency_name
: (string) the name of the FREC agencyfrec_code
: (string) the code of the FREC agency
N/A