NAV
bash javascript

Info

Welcome to the generated API reference. Get Postman Collection

Admin - Company

All

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/company/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/company/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "name": "The Second Shift",
            "industry_id": 42,
            "company_size_id": 3,
            "location": "New York, NY",
            "url": "https:\/\/www.thesecondshift.com",
            "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
            "created_at": "2018-08-29 19:56:03",
            "company_size": {
                "id": 3,
                "value": "10-99 employees"
            },
            "industry": {
                "id": 42,
                "value": "Publishing"
            }
        },
        {
            "id": 2,
            "name": "United Virtualities",
            "industry_id": 43,
            "company_size_id": 4,
            "location": "New York, NY",
            "url": "https:\/\/www.unitedvirtualities.com",
            "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
            "created_at": "2018-08-29 19:56:03",
            "company_size": {
                "id": 4,
                "value": "100-499 employees"
            },
            "industry": {
                "id": 43,
                "value": "Real Estate"
            }
        }
    ]
}

HTTP Request

GET api/v1/admin/company/all

HEAD api/v1/admin/company/all

Get Company By ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/company/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/company/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "name": "The Second Shift",
        "industry_id": 42,
        "company_size_id": 3,
        "location": "New York, NY",
        "url": "https:\/\/www.thesecondshift.com",
        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
        "created_at": "2018-08-29 19:56:03",
        "managers": [],
        "projects": [
            {
                "id": 1,
                "user_id": 1,
                "assigned_to": null,
                "status_id": 1,
                "status_updated_at": null,
                "category_id": 3,
                "duration_id": 67,
                "title": "Project 1",
                "overview": "Project 1 - Overview",
                "responsibilities": "Project 1 - Responsibilities",
                "city": "New York",
                "state": "NY",
                "work_type_id": 70,
                "budget_rate_type_id": 75,
                "budget_rate_value": "3500.00",
                "budget_rate_period": 5,
                "budget_run_start": "2018-08-29",
                "budget_run_end": "2018-08-29",
                "created_at": "2018-08-29 19:56:03",
                "updated_at": "2018-08-29 19:56:03",
                "employer": {
                    "id": 1,
                    "first_name": "admin",
                    "last_name": "admin",
                    "email": "admin@admin.com",
                    "status_id": null,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": "2018-08-29 19:56:12",
                    "last_login_ip": "127.0.0.1",
                    "created_at": "2018-08-29 19:56:03"
                },
                "status": {
                    "id": 1,
                    "name": "draft",
                    "display_name": "Draft"
                },
                "category": {
                    "id": 3,
                    "name": "Corporate Services & Consulting",
                    "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
                },
                "duration": {
                    "id": 67,
                    "value": "3-6 months"
                },
                "work_type": {
                    "id": 70,
                    "value": "Remote"
                },
                "budget_type": {
                    "id": 75,
                    "value": "Daily"
                }
            },
            {
                "id": 2,
                "user_id": 1,
                "assigned_to": null,
                "status_id": 2,
                "status_updated_at": null,
                "category_id": 6,
                "duration_id": 68,
                "title": "Project 1",
                "overview": "Project 2 - Overview",
                "responsibilities": "Project 2 - Responsibilities",
                "city": "New York",
                "state": "NY",
                "work_type_id": 72,
                "budget_rate_type_id": 77,
                "budget_rate_value": "575.00",
                "budget_rate_period": null,
                "budget_run_start": "2018-08-29",
                "budget_run_end": "2018-08-29",
                "created_at": "2018-08-29 19:56:03",
                "updated_at": "2018-08-29 19:56:03",
                "employer": {
                    "id": 1,
                    "first_name": "admin",
                    "last_name": "admin",
                    "email": "admin@admin.com",
                    "status_id": null,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": "2018-08-29 19:56:12",
                    "last_login_ip": "127.0.0.1",
                    "created_at": "2018-08-29 19:56:03"
                },
                "status": {
                    "id": 2,
                    "name": "submitted-for-approval",
                    "display_name": "Submitted for Approval"
                },
                "category": {
                    "id": 6,
                    "name": "Product",
                    "description": "Product Management, Product Marketing, UX\/UI Design"
                },
                "duration": {
                    "id": 68,
                    "value": "6-12 months"
                },
                "work_type": {
                    "id": 72,
                    "value": "Both"
                },
                "budget_type": {
                    "id": 77,
                    "value": "Monthly"
                }
            }
        ],
        "company_size": {
            "id": 3,
            "value": "10-99 employees"
        },
        "industry": {
            "id": 42,
            "value": "Publishing"
        }
    }
}

HTTP Request

GET api/v1/admin/company/show/{id}

HEAD api/v1/admin/company/show/{id}

Admin - Dashboard

TODO

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/dashboard/todo" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/dashboard/todo",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "members": {
            "approval": 1
        },
        "projects": {
            "review": 1,
            "sow": 0,
            "pitches": 0
        }
    }
}

HTTP Request

GET api/v1/admin/dashboard/todo

HEAD api/v1/admin/dashboard/todo

Projects - Overview

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/dashboard/projects/overview" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/dashboard/projects/overview",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "Created": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Approved": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Matched": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Pitched": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "SOW": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "In Progress": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Completed": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Reviewed": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Canceled": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        }
    ]
}

HTTP Request

GET api/v1/admin/dashboard/projects/overview

HEAD api/v1/admin/dashboard/projects/overview

Projects - Weekly

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/dashboard/projects/weekly" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/dashboard/projects/weekly",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "Created": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        },
        {
            "Approved": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        },
        {
            "Pitched": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        },
        {
            "Hired": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        }
    ]
}

HTTP Request

GET api/v1/admin/dashboard/projects/weekly

HEAD api/v1/admin/dashboard/projects/weekly

Users - Overview

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/dashboard/users/overview" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/dashboard/users/overview",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "Active": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Suspended": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Blocked": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Signed Up": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Applied": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Waiting For References": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Pending Interview": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Approved": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        },
        {
            "Rejected": {
                "this_week": 0,
                "last_week": 0,
                "this_month": 0,
                "last_month": 0,
                "total": 0
            }
        }
    ]
}

HTTP Request

GET api/v1/admin/dashboard/users/overview

HEAD api/v1/admin/dashboard/users/overview

Users - Weekly

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/dashboard/users/weekly" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/dashboard/users/weekly",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "Signed Up": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        },
        {
            "Accepted": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        },
        {
            "Matched": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 2
            }
        },
        {
            "Pitched": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        },
        {
            "Hired": {
                "July 23": 0,
                "July 30": 0,
                "August 06": 0,
                "August 13": 0,
                "August 20": 0,
                "August 27": 0
            }
        }
    ]
}

HTTP Request

GET api/v1/admin/dashboard/users/weekly

HEAD api/v1/admin/dashboard/users/weekly

Admin - Project

All

Return all projects.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/project/all" \
-H "Accept: application/json" \
    -d "filter[title]"="recusandae" \
    -d "filter[overview]"="recusandae" \
    -d "filter[responsibilities]"="ryundt@example.net" \
    -d "filter[admin_notes]"="recusandae" \
    -d "filter[status_id]"="recusandae" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/project/all",
    "method": "GET",
    "data": {
        "filter[title]": "recusandae",
        "filter[overview]": "recusandae",
        "filter[responsibilities]": "ryundt@example.net",
        "filter[admin_notes]": "recusandae",
        "filter[status_id]": "recusandae"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 1,
                "user_id": 1,
                "assigned_to": null,
                "status_id": 1,
                "status_updated_at": null,
                "category_id": 3,
                "duration_id": 67,
                "title": "Project 1",
                "overview": "Project 1 - Overview",
                "responsibilities": "Project 1 - Responsibilities",
                "city": "New York",
                "state": "NY",
                "work_type_id": 70,
                "budget_rate_type_id": 75,
                "budget_rate_value": "3500.00",
                "budget_rate_period": 5,
                "budget_run_start": "2018-08-29",
                "budget_run_end": "2018-08-29",
                "created_at": "2018-08-29 19:56:03",
                "updated_at": "2018-08-29 19:56:03",
                "employer": {
                    "id": 1,
                    "first_name": "admin",
                    "last_name": "admin",
                    "email": "admin@admin.com",
                    "status_id": null,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": "2018-08-29 19:56:12",
                    "last_login_ip": "127.0.0.1",
                    "created_at": "2018-08-29 19:56:03",
                    "profile": {
                        "id": 1,
                        "user_id": 1,
                        "step_id": 1,
                        "company_id": 1,
                        "referral_type": 55,
                        "referral_value": "Michelle",
                        "referral_code": null,
                        "full_time_job": true,
                        "city": "New York",
                        "state": "NY",
                        "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
                        "resume": null,
                        "resume_name": null,
                        "commute_city_id": null,
                        "profile_pending": 0,
                        "company": {
                            "id": 1,
                            "name": "The Second Shift",
                            "industry_id": 42,
                            "company_size_id": 3,
                            "location": "New York, NY",
                            "url": "https:\/\/www.thesecondshift.com",
                            "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                            "created_at": "2018-08-29 19:56:03"
                        }
                    }
                },
                "status": {
                    "id": 1,
                    "name": "draft",
                    "display_name": "Draft"
                },
                "rejected": null,
                "category": {
                    "id": 3,
                    "name": "Corporate Services & Consulting",
                    "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
                },
                "duration": {
                    "id": 67,
                    "value": "3-6 months"
                },
                "work_type": {
                    "id": 70,
                    "value": "Remote"
                },
                "budget_type": {
                    "id": 75,
                    "value": "Daily"
                },
                "must_skills": [
                    {
                        "skill_id": 27,
                        "description": {
                            "id": 27,
                            "category_id": 2,
                            "name": "Strategic Advisory",
                            "category": {
                                "id": 2,
                                "name": "Financial Services",
                                "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                            }
                        }
                    },
                    {
                        "skill_id": 28,
                        "description": {
                            "id": 28,
                            "category_id": 2,
                            "name": "Venture Capital",
                            "category": {
                                "id": 2,
                                "name": "Financial Services",
                                "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                            }
                        }
                    },
                    {
                        "skill_id": 29,
                        "description": {
                            "id": 29,
                            "category_id": 3,
                            "name": "Business Development",
                            "category": {
                                "id": 3,
                                "name": "Corporate Services & Consulting",
                                "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
                            }
                        }
                    }
                ],
                "nice_skills": [
                    {
                        "skill_id": 44,
                        "description": {
                            "id": 44,
                            "category_id": 4,
                            "name": "Web Design",
                            "category": {
                                "id": 4,
                                "name": "Creative Services",
                                "description": "Copywriting, Graphic Design, Logo Design and Branding, Presentations, Product Design, Web Design"
                            }
                        }
                    },
                    {
                        "skill_id": 45,
                        "description": {
                            "id": 45,
                            "category_id": 5,
                            "name": "Data Analysis",
                            "category": {
                                "id": 5,
                                "name": "Research & Analytics",
                                "description": "Data Analysis, Data Visualization, Market Research, Quantitative Analysis, Trend Forecasting"
                            }
                        }
                    },
                    {
                        "skill_id": 47,
                        "description": {
                            "id": 47,
                            "category_id": 5,
                            "name": "Market Research",
                            "category": {
                                "id": 5,
                                "name": "Research & Analytics",
                                "description": "Data Analysis, Data Visualization, Market Research, Quantitative Analysis, Trend Forecasting"
                            }
                        }
                    }
                ],
                "hired": [],
                "log": []
            },
            {
                "id": 2,
                "user_id": 1,
                "assigned_to": null,
                "status_id": 2,
                "status_updated_at": null,
                "category_id": 6,
                "duration_id": 68,
                "title": "Project 1",
                "overview": "Project 2 - Overview",
                "responsibilities": "Project 2 - Responsibilities",
                "city": "New York",
                "state": "NY",
                "work_type_id": 72,
                "budget_rate_type_id": 77,
                "budget_rate_value": "575.00",
                "budget_rate_period": null,
                "budget_run_start": "2018-08-29",
                "budget_run_end": "2018-08-29",
                "created_at": "2018-08-29 19:56:03",
                "updated_at": "2018-08-29 19:56:03",
                "employer": {
                    "id": 1,
                    "first_name": "admin",
                    "last_name": "admin",
                    "email": "admin@admin.com",
                    "status_id": null,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": "2018-08-29 19:56:12",
                    "last_login_ip": "127.0.0.1",
                    "created_at": "2018-08-29 19:56:03",
                    "profile": {
                        "id": 1,
                        "user_id": 1,
                        "step_id": 1,
                        "company_id": 1,
                        "referral_type": 55,
                        "referral_value": "Michelle",
                        "referral_code": null,
                        "full_time_job": true,
                        "city": "New York",
                        "state": "NY",
                        "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
                        "resume": null,
                        "resume_name": null,
                        "commute_city_id": null,
                        "profile_pending": 0,
                        "company": {
                            "id": 1,
                            "name": "The Second Shift",
                            "industry_id": 42,
                            "company_size_id": 3,
                            "location": "New York, NY",
                            "url": "https:\/\/www.thesecondshift.com",
                            "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                            "created_at": "2018-08-29 19:56:03"
                        }
                    }
                },
                "status": {
                    "id": 2,
                    "name": "submitted-for-approval",
                    "display_name": "Submitted for Approval"
                },
                "rejected": null,
                "category": {
                    "id": 6,
                    "name": "Product",
                    "description": "Product Management, Product Marketing, UX\/UI Design"
                },
                "duration": {
                    "id": 68,
                    "value": "6-12 months"
                },
                "work_type": {
                    "id": 72,
                    "value": "Both"
                },
                "budget_type": {
                    "id": 77,
                    "value": "Monthly"
                },
                "must_skills": [],
                "nice_skills": [],
                "hired": [],
                "log": []
            }
        ],
        "first_page_url": "http:\/\/localhost\/api\/v1\/admin\/project\/all?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http:\/\/localhost\/api\/v1\/admin\/project\/all?page=1",
        "next_page_url": null,
        "path": "http:\/\/localhost\/api\/v1\/admin\/project\/all",
        "per_page": 100,
        "prev_page_url": null,
        "to": 2,
        "total": 2
    }
}

HTTP Request

GET api/v1/admin/project/all

HEAD api/v1/admin/project/all

Parameters

Parameter Type Status Description
filter[title] string optional Maximum: 255
filter[overview] string optional Maximum: 255
filter[responsibilities] email optional Maximum: 255
filter[admin_notes] string optional Maximum: 255
filter[status_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255

Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/project/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/project/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "user_id": 1,
        "assigned_to": null,
        "status_id": 1,
        "status_updated_at": null,
        "category_id": 3,
        "duration_id": 67,
        "title": "Project 1",
        "overview": "Project 1 - Overview",
        "responsibilities": "Project 1 - Responsibilities",
        "city": "New York",
        "state": "NY",
        "work_type_id": 70,
        "budget_rate_type_id": 75,
        "budget_rate_value": "3500.00",
        "budget_rate_period": 5,
        "budget_run_start": "2018-08-29",
        "budget_run_end": "2018-08-29",
        "created_at": "2018-08-29 19:56:03",
        "updated_at": "2018-08-29 19:56:03",
        "user": {
            "id": 1,
            "first_name": "admin",
            "last_name": "admin",
            "email": "admin@admin.com",
            "status_id": null,
            "status_updated_at": null,
            "stripe_id": null,
            "verified": false,
            "last_login_at": "2018-08-29 19:56:12",
            "last_login_ip": "127.0.0.1",
            "created_at": "2018-08-29 19:56:03",
            "profile": {
                "id": 1,
                "user_id": 1,
                "step_id": 1,
                "company_id": 1,
                "referral_type": 55,
                "referral_value": "Michelle",
                "referral_code": null,
                "full_time_job": true,
                "city": "New York",
                "state": "NY",
                "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
                "resume": null,
                "resume_name": null,
                "commute_city_id": null,
                "profile_pending": 0,
                "company": {
                    "id": 1,
                    "name": "The Second Shift",
                    "industry_id": 42,
                    "company_size_id": 3,
                    "location": "New York, NY",
                    "url": "https:\/\/www.thesecondshift.com",
                    "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                    "created_at": "2018-08-29 19:56:03"
                }
            }
        },
        "status": {
            "id": 1,
            "name": "draft",
            "display_name": "Draft"
        },
        "rejected": null,
        "category": {
            "id": 3,
            "name": "Corporate Services & Consulting",
            "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
        },
        "duration": {
            "id": 67,
            "value": "3-6 months"
        },
        "work_type": {
            "id": 70,
            "value": "Remote"
        },
        "budget_type": {
            "id": 75,
            "value": "Daily"
        },
        "must_skills": [
            {
                "skill_id": 27,
                "description": {
                    "id": 27,
                    "category_id": 2,
                    "name": "Strategic Advisory"
                }
            },
            {
                "skill_id": 28,
                "description": {
                    "id": 28,
                    "category_id": 2,
                    "name": "Venture Capital"
                }
            },
            {
                "skill_id": 29,
                "description": {
                    "id": 29,
                    "category_id": 3,
                    "name": "Business Development"
                }
            }
        ],
        "nice_skills": [
            {
                "skill_id": 44,
                "description": {
                    "id": 44,
                    "category_id": 4,
                    "name": "Web Design"
                }
            },
            {
                "skill_id": 45,
                "description": {
                    "id": 45,
                    "category_id": 5,
                    "name": "Data Analysis"
                }
            },
            {
                "skill_id": 47,
                "description": {
                    "id": 47,
                    "category_id": 5,
                    "name": "Market Research"
                }
            }
        ],
        "matches": [
            {
                "id": "1",
                "project_id": 1,
                "member_id": 4,
                "pitched": false,
                "hired": false,
                "declined": false,
                "member_sent": false,
                "declined_at": null,
                "updated_at": "2018-08-29 19:56:03",
                "created_at": "2018-08-29 19:56:03",
                "matched_on": [],
                "total_matched_skills": 0,
                "member": {
                    "id": 4,
                    "first_name": "member 1",
                    "last_name": "member 1",
                    "email": "member1@member1.com",
                    "status_id": 4,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": null,
                    "last_login_ip": null,
                    "created_at": "2018-08-29 19:56:03",
                    "profile": {
                        "id": 4,
                        "user_id": 4,
                        "step_id": 3,
                        "company_id": 1,
                        "referral_type": 58,
                        "referral_value": null,
                        "referral_code": null,
                        "full_time_job": true,
                        "city": "New York",
                        "state": "NY",
                        "professional_summary": null,
                        "resume": null,
                        "resume_name": null,
                        "commute_city_id": null,
                        "profile_pending": 0
                    },
                    "skills": []
                },
                "pitch": null,
                "project": {
                    "id": 1,
                    "user_id": 1,
                    "assigned_to": null,
                    "status_id": 1,
                    "status_updated_at": null,
                    "category_id": 3,
                    "duration_id": 67,
                    "title": "Project 1",
                    "overview": "Project 1 - Overview",
                    "responsibilities": "Project 1 - Responsibilities",
                    "city": "New York",
                    "state": "NY",
                    "work_type_id": 70,
                    "budget_rate_type_id": 75,
                    "budget_rate_value": "3500.00",
                    "budget_rate_period": 5,
                    "budget_run_start": "2018-08-29",
                    "budget_run_end": "2018-08-29",
                    "created_at": "2018-08-29 19:56:03",
                    "updated_at": "2018-08-29 19:56:03",
                    "must_skills": [
                        {
                            "skill_id": 27
                        },
                        {
                            "skill_id": 28
                        },
                        {
                            "skill_id": 29
                        }
                    ],
                    "nice_skills": [
                        {
                            "skill_id": 44
                        },
                        {
                            "skill_id": 45
                        },
                        {
                            "skill_id": 47
                        }
                    ]
                }
            },
            {
                "id": "2",
                "project_id": 1,
                "member_id": 5,
                "pitched": false,
                "hired": false,
                "declined": true,
                "member_sent": false,
                "declined_at": "2018-08-29 19:56:03",
                "updated_at": "2018-08-29 19:56:03",
                "created_at": "2018-08-29 19:56:03",
                "matched_on": [],
                "total_matched_skills": 0,
                "member": {
                    "id": 5,
                    "first_name": "member 2",
                    "last_name": "member 2",
                    "email": "member2@member2.com",
                    "status_id": 5,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": null,
                    "last_login_ip": null,
                    "created_at": "2018-08-29 19:56:03",
                    "profile": {
                        "id": 5,
                        "user_id": 5,
                        "step_id": 4,
                        "company_id": 1,
                        "referral_type": 59,
                        "referral_value": null,
                        "referral_code": null,
                        "full_time_job": false,
                        "city": "New York",
                        "state": "NY",
                        "professional_summary": null,
                        "resume": null,
                        "resume_name": null,
                        "commute_city_id": null,
                        "profile_pending": 0
                    },
                    "skills": []
                },
                "pitch": null,
                "project": {
                    "id": 1,
                    "user_id": 1,
                    "assigned_to": null,
                    "status_id": 1,
                    "status_updated_at": null,
                    "category_id": 3,
                    "duration_id": 67,
                    "title": "Project 1",
                    "overview": "Project 1 - Overview",
                    "responsibilities": "Project 1 - Responsibilities",
                    "city": "New York",
                    "state": "NY",
                    "work_type_id": 70,
                    "budget_rate_type_id": 75,
                    "budget_rate_value": "3500.00",
                    "budget_rate_period": 5,
                    "budget_run_start": "2018-08-29",
                    "budget_run_end": "2018-08-29",
                    "created_at": "2018-08-29 19:56:03",
                    "updated_at": "2018-08-29 19:56:03",
                    "must_skills": [
                        {
                            "skill_id": 27
                        },
                        {
                            "skill_id": 28
                        },
                        {
                            "skill_id": 29
                        }
                    ],
                    "nice_skills": [
                        {
                            "skill_id": 44
                        },
                        {
                            "skill_id": 45
                        },
                        {
                            "skill_id": 47
                        }
                    ]
                }
            }
        ],
        "hired": [],
        "reviews": [],
        "log": [],
        "notes": []
    }
}

HTTP Request

GET api/v1/admin/project/show/{id}

HEAD api/v1/admin/project/show/{id}

Update - Project Status

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/project/update" \
-H "Accept: application/json" \
    -d "project_id"="69782" \
    -d "status_id"="69782" \
    -d "comments"="qui" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/project/update",
    "method": "POST",
    "data": {
        "project_id": 69782,
        "status_id": 69782,
        "comments": "qui"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/project/update

Parameters

Parameter Type Status Description
project_id integer required Valid project id
status_id integer required Valid project_status id
comments string optional Maximum: 255

Update - Assign to Admin

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/project/update/assign" \
-H "Accept: application/json" \
    -d "project_id"="76210" \
    -d "assigned_to"="76210" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/project/update/assign",
    "method": "POST",
    "data": {
        "project_id": 76210,
        "assigned_to": 76210
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/project/update/assign

Parameters

Parameter Type Status Description
project_id integer required Valid project id
assigned_to integer required Valid user id

Notes - Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/project/notes/store" \
-H "Accept: application/json" \
    -d "project_id"="49" \
    -d "note"="quia" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/project/notes/store",
    "method": "POST",
    "data": {
        "project_id": 49,
        "note": "quia"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/project/notes/store

Parameters

Parameter Type Status Description
project_id integer required Valid project id
note string required

Notes - Get - Project Notes by Project ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/project/notes/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/project/notes/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/admin/project/notes/show/{id}

HEAD api/v1/admin/project/notes/show/{id}

Admin - Referral Code

All

Return all referral codes.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/referral-code/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/referral-code/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/admin/referral-code/all

HEAD api/v1/admin/referral-code/all

Generate

Returns a new active referral code.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/referral-code/generate" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/referral-code/generate",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "code": "TSSADMIN971",
        "admin_id": 1,
        "updated_at": "2018-08-29 19:57:14",
        "created_at": "2018-08-29 19:57:14",
        "id": 1
    }
}

HTTP Request

GET api/v1/admin/referral-code/generate

HEAD api/v1/admin/referral-code/generate

Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/admin/referral-code/update" \
-H "Accept: application/json" \
    -d "id"="612820750" \
    -d "active"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/referral-code/update",
    "method": "PUT",
    "data": {
        "id": 612820750,
        "active": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/admin/referral-code/update

Parameters

Parameter Type Status Description
id integer required Valid referral_code id
active boolean required

Admin - User

All - Employers and Members

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/user/all" \
-H "Accept: application/json" \
    -d "filter[first_name]"="at" \
    -d "filter[last_name]"="at" \
    -d "filter[email]"="fkunze@example.com" \
    -d "filter[company]"="at" \
    -d "filter[professional_summary]"="at" \
    -d "filter[work_history]"="at" \
    -d "filter[admin_notes]"="at" \
    -d "filter[role_id]"="at" \
    -d "filter[status_id]"="at" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/all",
    "method": "GET",
    "data": {
        "filter[first_name]": "at",
        "filter[last_name]": "at",
        "filter[email]": "fkunze@example.com",
        "filter[company]": "at",
        "filter[professional_summary]": "at",
        "filter[work_history]": "at",
        "filter[admin_notes]": "at",
        "filter[role_id]": "at",
        "filter[status_id]": "at"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 5,
                "first_name": "member 2",
                "last_name": "member 2",
                "email": "member2@member2.com",
                "status_id": 5,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "matched": 1,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "roles": [
                    {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    }
                ],
                "status": {
                    "id": 5,
                    "name": "applied",
                    "display_name": "Applied"
                },
                "rejected": null,
                "profile": {
                    "id": 5,
                    "user_id": 5,
                    "step_id": 4,
                    "company_id": 1,
                    "referral_type": 59,
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": false,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 1,
                        "name": "The Second Shift",
                        "industry_id": 42,
                        "company_size_id": 3,
                        "location": "New York, NY",
                        "url": "https:\/\/www.thesecondshift.com",
                        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                        "created_at": "2018-08-29 19:56:03"
                    }
                },
                "skills": []
            },
            {
                "id": 4,
                "first_name": "member 1",
                "last_name": "member 1",
                "email": "member1@member1.com",
                "status_id": 4,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "matched": 2,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "roles": [
                    {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    }
                ],
                "status": {
                    "id": 4,
                    "name": "account-created",
                    "display_name": "Account Created"
                },
                "rejected": null,
                "profile": {
                    "id": 4,
                    "user_id": 4,
                    "step_id": 3,
                    "company_id": 1,
                    "referral_type": 58,
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": true,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 1,
                        "name": "The Second Shift",
                        "industry_id": 42,
                        "company_size_id": 3,
                        "location": "New York, NY",
                        "url": "https:\/\/www.thesecondshift.com",
                        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                        "created_at": "2018-08-29 19:56:03"
                    }
                },
                "skills": []
            },
            {
                "id": 3,
                "first_name": "employer 2",
                "last_name": "employer 2",
                "email": "employer2@employer2.com",
                "status_id": 1,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "total": 0,
                        "matched": 0,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "roles": [
                    {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    }
                ],
                "status": {
                    "id": 1,
                    "name": "active",
                    "display_name": "Active"
                },
                "rejected": null,
                "profile": {
                    "id": 3,
                    "user_id": 3,
                    "step_id": 2,
                    "company_id": 2,
                    "referral_type": 57,
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": false,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 2,
                        "name": "United Virtualities",
                        "industry_id": 43,
                        "company_size_id": 4,
                        "location": "New York, NY",
                        "url": "https:\/\/www.unitedvirtualities.com",
                        "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                        "created_at": "2018-08-29 19:56:03"
                    }
                },
                "skills": []
            },
            {
                "id": 2,
                "first_name": "employer 1",
                "last_name": "employer 1",
                "email": "employer1@employer1.com",
                "status_id": 1,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "total": 0,
                        "matched": 0,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "roles": [
                    {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    }
                ],
                "status": {
                    "id": 1,
                    "name": "active",
                    "display_name": "Active"
                },
                "rejected": null,
                "profile": {
                    "id": 2,
                    "user_id": 2,
                    "step_id": 1,
                    "company_id": 2,
                    "referral_type": 56,
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": false,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 2,
                        "name": "United Virtualities",
                        "industry_id": 43,
                        "company_size_id": 4,
                        "location": "New York, NY",
                        "url": "https:\/\/www.unitedvirtualities.com",
                        "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                        "created_at": "2018-08-29 19:56:03"
                    }
                },
                "skills": []
            }
        ],
        "first_page_url": "http:\/\/localhost\/api\/v1\/admin\/user\/all?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http:\/\/localhost\/api\/v1\/admin\/user\/all?page=1",
        "next_page_url": null,
        "path": "http:\/\/localhost\/api\/v1\/admin\/user\/all",
        "per_page": 100,
        "prev_page_url": null,
        "to": 4,
        "total": 4
    }
}

HTTP Request

GET api/v1/admin/user/all

HEAD api/v1/admin/user/all

Parameters

Parameter Type Status Description
filter[first_name] string optional Maximum: 255
filter[last_name] string optional Maximum: 255
filter[email] email optional Maximum: 255
filter[company] string optional Maximum: 255
filter[professional_summary] string optional Maximum: 255
filter[work_history] string optional Maximum: 255
filter[admin_notes] string optional Maximum: 255
filter[role_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255
filter[status_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255

All - Admins

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/user/admins" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/admins",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "first_name": "admin",
            "last_name": "admin",
            "email": "admin@admin.com",
            "status_id": null,
            "status_updated_at": null,
            "stripe_id": null,
            "verified": false,
            "last_login_at": "2018-08-29 19:56:12",
            "last_login_ip": "127.0.0.1",
            "created_at": "2018-08-29 19:56:03",
            "roles": [
                {
                    "id": 1,
                    "name": "admin",
                    "display_name": "Administrator",
                    "description": null
                }
            ],
            "status": null
        }
    ]
}

HTTP Request

GET api/v1/admin/user/admins

HEAD api/v1/admin/user/admins

All - Employers

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/user/employers" \
-H "Accept: application/json" \
    -d "filter[first_name]"="repudiandae" \
    -d "filter[last_name]"="repudiandae" \
    -d "filter[email]"="ofisher@example.org" \
    -d "filter[company]"="repudiandae" \
    -d "filter[professional_summary]"="repudiandae" \
    -d "filter[work_history]"="repudiandae" \
    -d "filter[admin_notes]"="repudiandae" \
    -d "filter[role_id]"="repudiandae" \
    -d "filter[status_id]"="repudiandae" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/employers",
    "method": "GET",
    "data": {
        "filter[first_name]": "repudiandae",
        "filter[last_name]": "repudiandae",
        "filter[email]": "ofisher@example.org",
        "filter[company]": "repudiandae",
        "filter[professional_summary]": "repudiandae",
        "filter[work_history]": "repudiandae",
        "filter[admin_notes]": "repudiandae",
        "filter[role_id]": "repudiandae",
        "filter[status_id]": "repudiandae"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 3,
                "first_name": "employer 2",
                "last_name": "employer 2",
                "email": "employer2@employer2.com",
                "status_id": 1,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "total": 0,
                        "matched": 0,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "status": {
                    "id": 1,
                    "name": "active",
                    "display_name": "Active"
                },
                "rejected": null,
                "profile": {
                    "id": 3,
                    "user_id": 3,
                    "step_id": 2,
                    "company_id": 2,
                    "referral_type": 57,
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": false,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 2,
                        "name": "United Virtualities",
                        "industry_id": 43,
                        "company_size_id": 4,
                        "location": "New York, NY",
                        "url": "https:\/\/www.unitedvirtualities.com",
                        "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                        "created_at": "2018-08-29 19:56:03",
                        "company_size": {
                            "id": 4,
                            "value": "100-499 employees"
                        },
                        "industry": {
                            "id": 43,
                            "value": "Real Estate"
                        }
                    }
                },
                "log": []
            },
            {
                "id": 2,
                "first_name": "employer 1",
                "last_name": "employer 1",
                "email": "employer1@employer1.com",
                "status_id": 1,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "total": 0,
                        "matched": 0,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "status": {
                    "id": 1,
                    "name": "active",
                    "display_name": "Active"
                },
                "rejected": null,
                "profile": {
                    "id": 2,
                    "user_id": 2,
                    "step_id": 1,
                    "company_id": 2,
                    "referral_type": 56,
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": false,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 2,
                        "name": "United Virtualities",
                        "industry_id": 43,
                        "company_size_id": 4,
                        "location": "New York, NY",
                        "url": "https:\/\/www.unitedvirtualities.com",
                        "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                        "created_at": "2018-08-29 19:56:03",
                        "company_size": {
                            "id": 4,
                            "value": "100-499 employees"
                        },
                        "industry": {
                            "id": 43,
                            "value": "Real Estate"
                        }
                    }
                },
                "log": []
            }
        ],
        "first_page_url": "http:\/\/localhost\/api\/v1\/admin\/user\/employers?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http:\/\/localhost\/api\/v1\/admin\/user\/employers?page=1",
        "next_page_url": null,
        "path": "http:\/\/localhost\/api\/v1\/admin\/user\/employers",
        "per_page": 100,
        "prev_page_url": null,
        "to": 2,
        "total": 2
    }
}

HTTP Request

GET api/v1/admin/user/employers

HEAD api/v1/admin/user/employers

Parameters

Parameter Type Status Description
filter[first_name] string optional Maximum: 255
filter[last_name] string optional Maximum: 255
filter[email] email optional Maximum: 255
filter[company] string optional Maximum: 255
filter[professional_summary] string optional Maximum: 255
filter[work_history] string optional Maximum: 255
filter[admin_notes] string optional Maximum: 255
filter[role_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255
filter[status_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255

All - Members

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/user/members" \
-H "Accept: application/json" \
    -d "filter[first_name]"="accusantium" \
    -d "filter[last_name]"="accusantium" \
    -d "filter[email]"="wolff.cali@example.org" \
    -d "filter[company]"="accusantium" \
    -d "filter[professional_summary]"="accusantium" \
    -d "filter[work_history]"="accusantium" \
    -d "filter[admin_notes]"="accusantium" \
    -d "filter[role_id]"="accusantium" \
    -d "filter[status_id]"="accusantium" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/members",
    "method": "GET",
    "data": {
        "filter[first_name]": "accusantium",
        "filter[last_name]": "accusantium",
        "filter[email]": "wolff.cali@example.org",
        "filter[company]": "accusantium",
        "filter[professional_summary]": "accusantium",
        "filter[work_history]": "accusantium",
        "filter[admin_notes]": "accusantium",
        "filter[role_id]": "accusantium",
        "filter[status_id]": "accusantium"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 5,
                "first_name": "member 2",
                "last_name": "member 2",
                "email": "member2@member2.com",
                "status_id": 5,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "matched": 1,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "status": {
                    "id": 5,
                    "name": "applied",
                    "display_name": "Applied"
                },
                "rejected": null,
                "profile": {
                    "id": 5,
                    "user_id": 5,
                    "step_id": 4,
                    "company_id": 1,
                    "referral_type": {
                        "id": 59,
                        "value": "Social Media"
                    },
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": false,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 1,
                        "name": "The Second Shift",
                        "industry_id": 42,
                        "company_size_id": 3,
                        "location": "New York, NY",
                        "url": "https:\/\/www.thesecondshift.com",
                        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                        "created_at": "2018-08-29 19:56:03",
                        "company_size": {
                            "id": 3,
                            "value": "10-99 employees"
                        },
                        "industry": {
                            "id": 42,
                            "value": "Publishing"
                        }
                    },
                    "commute_city": null
                },
                "education": [],
                "work_history": [],
                "work_references": [],
                "links": [],
                "skills": [],
                "log": []
            },
            {
                "id": 4,
                "first_name": "member 1",
                "last_name": "member 1",
                "email": "member1@member1.com",
                "status_id": 4,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": null,
                "last_login_ip": null,
                "created_at": "2018-08-29 19:56:03",
                "stats": {
                    "projects": {
                        "matched": 2,
                        "pitched": 0,
                        "sow": 0,
                        "hired": 0
                    }
                },
                "status": {
                    "id": 4,
                    "name": "account-created",
                    "display_name": "Account Created"
                },
                "rejected": null,
                "profile": {
                    "id": 4,
                    "user_id": 4,
                    "step_id": 3,
                    "company_id": 1,
                    "referral_type": {
                        "id": 58,
                        "value": "LinkedIn"
                    },
                    "referral_value": null,
                    "referral_code": null,
                    "full_time_job": true,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": null,
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 1,
                        "name": "The Second Shift",
                        "industry_id": 42,
                        "company_size_id": 3,
                        "location": "New York, NY",
                        "url": "https:\/\/www.thesecondshift.com",
                        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                        "created_at": "2018-08-29 19:56:03",
                        "company_size": {
                            "id": 3,
                            "value": "10-99 employees"
                        },
                        "industry": {
                            "id": 42,
                            "value": "Publishing"
                        }
                    },
                    "commute_city": null
                },
                "education": [],
                "work_history": [],
                "work_references": [],
                "links": [],
                "skills": [],
                "log": []
            }
        ],
        "first_page_url": "http:\/\/localhost\/api\/v1\/admin\/user\/members?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http:\/\/localhost\/api\/v1\/admin\/user\/members?page=1",
        "next_page_url": null,
        "path": "http:\/\/localhost\/api\/v1\/admin\/user\/members",
        "per_page": 100,
        "prev_page_url": null,
        "to": 2,
        "total": 2
    }
}

HTTP Request

GET api/v1/admin/user/members

HEAD api/v1/admin/user/members

Parameters

Parameter Type Status Description
filter[first_name] string optional Maximum: 255
filter[last_name] string optional Maximum: 255
filter[email] email optional Maximum: 255
filter[company] string optional Maximum: 255
filter[professional_summary] string optional Maximum: 255
filter[work_history] string optional Maximum: 255
filter[admin_notes] string optional Maximum: 255
filter[role_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255
filter[status_id] string optional Must match this regular expression: /^[0-9]+$/u Maximum: 255

Get - User By ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/user/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "stats": [],
        "roles": [
            {
                "id": 1,
                "name": "admin",
                "display_name": "Administrator",
                "description": null
            }
        ],
        "status": null,
        "rejected": null,
        "profile": {
            "id": 1,
            "user_id": 1,
            "step_id": 1,
            "company_id": 1,
            "referral_type": {
                "id": 55,
                "value": "Someone at The Second Shift"
            },
            "referral_value": "Michelle",
            "referral_code": null,
            "full_time_job": true,
            "city": "New York",
            "state": "NY",
            "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
            "resume": null,
            "resume_name": null,
            "commute_city_id": null,
            "profile_pending": 0,
            "company": {
                "id": 1,
                "name": "The Second Shift",
                "industry_id": 42,
                "company_size_id": 3,
                "location": "New York, NY",
                "url": "https:\/\/www.thesecondshift.com",
                "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                "created_at": "2018-08-29 19:56:03",
                "company_size": {
                    "id": 3,
                    "value": "10-99 employees"
                },
                "industry": {
                    "id": 42,
                    "value": "Publishing"
                }
            },
            "commute_city": null
        },
        "education": [
            {
                "user_id": 1,
                "school_id": 1031,
                "degree": "M.A. in Graphic Design",
                "school": {
                    "id": 1031,
                    "value": "Morris College"
                }
            },
            {
                "user_id": 1,
                "school_id": 1035,
                "degree": "B.F.A. in Graphic Design",
                "school": {
                    "id": 1035,
                    "value": "Mount Holyoke College"
                }
            }
        ],
        "work_history": [
            {
                "user_id": 1,
                "company_id": 1,
                "role": "Product Director",
                "years": 5,
                "company": {
                    "id": 1,
                    "name": "The Second Shift",
                    "industry_id": 42,
                    "company_size_id": 3,
                    "location": "New York, NY",
                    "url": "https:\/\/www.thesecondshift.com",
                    "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 3,
                        "value": "10-99 employees"
                    },
                    "industry": {
                        "id": 42,
                        "value": "Publishing"
                    }
                }
            },
            {
                "user_id": 1,
                "company_id": 2,
                "role": "UI Designer",
                "years": 6,
                "company": {
                    "id": 2,
                    "name": "United Virtualities",
                    "industry_id": 43,
                    "company_size_id": 4,
                    "location": "New York, NY",
                    "url": "https:\/\/www.unitedvirtualities.com",
                    "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 4,
                        "value": "100-499 employees"
                    },
                    "industry": {
                        "id": 43,
                        "value": "Real Estate"
                    }
                }
            }
        ],
        "work_references": [
            {
                "id": 1,
                "name": "Colleague 1",
                "email": "colleague1@email.com",
                "relationship_id": 61,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 61,
                    "value": "Coworker"
                },
                "check": null,
                "approval": null
            },
            {
                "id": 2,
                "name": "Colleague 2",
                "email": "colleague2@email.com",
                "relationship_id": 62,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 62,
                    "value": "I reported to them"
                },
                "check": null,
                "approval": null
            }
        ],
        "links": [
            {
                "user_id": 1,
                "category": "linkedin",
                "url": "https:\/\/linkedin.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "facebook",
                "url": "https:\/\/facebook.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "dribbble",
                "url": "https:\/\/dribbble.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "behance",
                "url": "https:\/\/behance.com\/admin",
                "file": null
            }
        ],
        "skills": [
            {
                "user_id": 1,
                "skill_id": 20,
                "description": {
                    "id": 20,
                    "category_id": 2,
                    "name": "Financial Analysis",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 21,
                "description": {
                    "id": 21,
                    "category_id": 2,
                    "name": "Financial Modeling",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 25,
                "description": {
                    "id": 25,
                    "category_id": 2,
                    "name": "Investor Relations",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 26,
                "description": {
                    "id": 26,
                    "category_id": 2,
                    "name": "Risk Management",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            }
        ],
        "log": [],
        "matches": []
    }
}

HTTP Request

GET api/v1/admin/user/show/{id}

HEAD api/v1/admin/user/show/{id}

Remove - User by ID

Example request:

curl -X DELETE "https://tss.shoshkey.com/api/v1/admin/user/destroy/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/destroy/{id}",
    "method": "DELETE",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

DELETE api/v1/admin/user/destroy/{id}

Store - Admin

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/user/store/admin" \
-H "Accept: application/json" \
    -d "first_name"="ut" \
    -d "last_name"="ut" \
    -d "email"="newell51@example.com" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/store/admin",
    "method": "POST",
    "data": {
        "first_name": "ut",
        "last_name": "ut",
        "email": "newell51@example.com"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/user/store/admin

Parameters

Parameter Type Status Description
first_name string required Maximum: 255
last_name string required Maximum: 255
email email required Maximum: 255

Update - User Status

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/user/update" \
-H "Accept: application/json" \
    -d "id"="692747991" \
    -d "status_id"="692747991" \
    -d "comments"="delectus" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/update",
    "method": "POST",
    "data": {
        "id": 692747991,
        "status_id": 692747991,
        "comments": "delectus"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/user/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
status_id integer required Valid user_status id
comments string optional Maximum: 255

Reference - Add

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/user/reference/add" \
-H "Accept: application/json" \
    -d "user_id"="1675390" \
    -d "name"="impedit" \
    -d "email"="rene52@example.com" \
    -d "relationship_id"="1675390" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/reference/add",
    "method": "POST",
    "data": {
        "user_id": 1675390,
        "name": "impedit",
        "email": "rene52@example.com",
        "relationship_id": 1675390
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/user/reference/add

Parameters

Parameter Type Status Description
user_id integer required Valid user id
name string required Maximum: 255
email email required Maximum: 255
relationship_id integer required Valid dropdown id

Reference - Approval

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/user/reference/approval" \
-H "Accept: application/json" \
    -d "reference_id"="2682" \
    -d "approved"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/reference/approval",
    "method": "POST",
    "data": {
        "reference_id": 2682,
        "approved": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/user/reference/approval

Parameters

Parameter Type Status Description
reference_id integer required Valid user_work_reference id
approved boolean required

Reference - Send Reminder

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/user/reference/reminder" \
-H "Accept: application/json" \
    -d "reference_id"="2930882" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/reference/reminder",
    "method": "POST",
    "data": {
        "reference_id": 2930882
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/user/reference/reminder

Parameters

Parameter Type Status Description
reference_id integer required Valid user_work_reference id

Notes - Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/admin/user/notes/store" \
-H "Accept: application/json" \
    -d "user_id"="949398" \
    -d "note"="qui" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/notes/store",
    "method": "POST",
    "data": {
        "user_id": 949398,
        "note": "qui"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/admin/user/notes/store

Parameters

Parameter Type Status Description
user_id integer required Valid user id
note string required

Notes - Get - User Notes by User ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/admin/user/notes/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/admin/user/notes/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/admin/user/notes/show/{id}

HEAD api/v1/admin/user/notes/show/{id}

Authentication

Login

This endpoint authenticates the user and returns the token needed for authenticated calls.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/auth/login" \
-H "Accept: application/json" \
    -d "email"="wisoky.glennie@example.net" \
    -d "password"="magni" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/auth/login",
    "method": "POST",
    "data": {
        "email": "wisoky.glennie@example.net",
        "password": "magni"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/auth/login

Parameters

Parameter Type Status Description
email email required Maximum: 255 Valid user email
password string required Minimum: 8 Maximum: 255

Password - Forgot

Send a password link to the given user email.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/auth/password/email" \
-H "Accept: application/json" \
    -d "email"="gusikowski.lulu@example.com" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/auth/password/email",
    "method": "POST",
    "data": {
        "email": "gusikowski.lulu@example.com"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/auth/password/email

Parameters

Parameter Type Status Description
email email required Maximum: 255 Valid user email

Password - Reset

Reset user password.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/auth/password/reset" \
-H "Accept: application/json" \
    -d "token"="sed" \
    -d "email"="oconnell.mariela@example.com" \
    -d "password"="sed" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/auth/password/reset",
    "method": "POST",
    "data": {
        "token": "sed",
        "email": "oconnell.mariela@example.com",
        "password": "sed"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/auth/password/reset

Parameters

Parameter Type Status Description
token string required
email email required Maximum: 255 Valid user email
password string required Maximum: 255

Password - Verify Token

Verify if the token of a given user is valid.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/auth/password/verify-token" \
-H "Accept: application/json" \
    -d "token"="voluptatem" \
    -d "email"="christiana.zboncak@example.net" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/auth/password/verify-token",
    "method": "POST",
    "data": {
        "token": "voluptatem",
        "email": "christiana.zboncak@example.net"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/auth/password/verify-token

Parameters

Parameter Type Status Description
token string required
email email required Maximum: 255 Valid user email

Logout

This endpoint logs the user out.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/auth/logout" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/auth/logout",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "message": "User was logged out."
}

HTTP Request

GET api/v1/auth/logout

HEAD api/v1/auth/logout

Logged User

This endpoint returns the authenticated user data.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/auth/logged" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/auth/logged",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "roles": [
            {
                "id": 1,
                "name": "admin",
                "display_name": "Administrator",
                "description": null
            }
        ],
        "status": null,
        "profile": {
            "id": 1,
            "user_id": 1,
            "step_id": 1,
            "company_id": 1,
            "referral_type": {
                "id": 55,
                "value": "Someone at The Second Shift"
            },
            "referral_value": "Michelle",
            "referral_code": null,
            "full_time_job": true,
            "city": "New York",
            "state": "NY",
            "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
            "resume": null,
            "resume_name": null,
            "commute_city_id": null,
            "profile_pending": 0,
            "company": {
                "id": 1,
                "name": "The Second Shift",
                "industry_id": 42,
                "company_size_id": 3,
                "location": "New York, NY",
                "url": "https:\/\/www.thesecondshift.com",
                "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                "created_at": "2018-08-29 19:56:03",
                "company_size": {
                    "id": 3,
                    "value": "10-99 employees"
                },
                "industry": {
                    "id": 42,
                    "value": "Publishing"
                }
            }
        },
        "education": [
            {
                "user_id": 1,
                "school_id": 1031,
                "degree": "M.A. in Graphic Design",
                "school": {
                    "id": 1031,
                    "value": "Morris College"
                }
            },
            {
                "user_id": 1,
                "school_id": 1035,
                "degree": "B.F.A. in Graphic Design",
                "school": {
                    "id": 1035,
                    "value": "Mount Holyoke College"
                }
            }
        ],
        "work_history": [
            {
                "user_id": 1,
                "company_id": 1,
                "role": "Product Director",
                "years": 5,
                "company": {
                    "id": 1,
                    "name": "The Second Shift",
                    "industry_id": 42,
                    "company_size_id": 3,
                    "location": "New York, NY",
                    "url": "https:\/\/www.thesecondshift.com",
                    "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 3,
                        "value": "10-99 employees"
                    },
                    "industry": {
                        "id": 42,
                        "value": "Publishing"
                    }
                }
            },
            {
                "user_id": 1,
                "company_id": 2,
                "role": "UI Designer",
                "years": 6,
                "company": {
                    "id": 2,
                    "name": "United Virtualities",
                    "industry_id": 43,
                    "company_size_id": 4,
                    "location": "New York, NY",
                    "url": "https:\/\/www.unitedvirtualities.com",
                    "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 4,
                        "value": "100-499 employees"
                    },
                    "industry": {
                        "id": 43,
                        "value": "Real Estate"
                    }
                }
            }
        ],
        "work_references": [
            {
                "id": 1,
                "name": "Colleague 1",
                "email": "colleague1@email.com",
                "relationship_id": 61,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 61,
                    "value": "Coworker"
                }
            },
            {
                "id": 2,
                "name": "Colleague 2",
                "email": "colleague2@email.com",
                "relationship_id": 62,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 62,
                    "value": "I reported to them"
                }
            }
        ],
        "links": [
            {
                "user_id": 1,
                "category": "linkedin",
                "url": "https:\/\/linkedin.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "facebook",
                "url": "https:\/\/facebook.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "dribbble",
                "url": "https:\/\/dribbble.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "behance",
                "url": "https:\/\/behance.com\/admin",
                "file": null
            }
        ],
        "skills": [
            {
                "user_id": 1,
                "skill_id": 20,
                "description": {
                    "id": 20,
                    "category_id": 2,
                    "name": "Financial Analysis",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 21,
                "description": {
                    "id": 21,
                    "category_id": 2,
                    "name": "Financial Modeling",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 25,
                "description": {
                    "id": 25,
                    "category_id": 2,
                    "name": "Investor Relations",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 26,
                "description": {
                    "id": 26,
                    "category_id": 2,
                    "name": "Risk Management",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            }
        ]
    }
}

HTTP Request

GET api/v1/auth/logged

HEAD api/v1/auth/logged

Company

All

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/company/all" \
-H "Accept: application/json" \
    -d "query"="rem" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/company/all",
    "method": "GET",
    "data": {
        "query": "rem"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "name": "The Second Shift"
        },
        {
            "id": 2,
            "name": "United Virtualities"
        }
    ]
}

HTTP Request

GET api/v1/company/all

HEAD api/v1/company/all

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/company/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/company/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "name": "The Second Shift",
        "industry_id": 42,
        "company_size_id": 3,
        "location": "New York, NY",
        "url": "https:\/\/www.thesecondshift.com",
        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
        "created_at": "2018-08-29 19:56:03",
        "industry": {
            "id": 42,
            "value": "Publishing"
        },
        "company_size": {
            "id": 3,
            "value": "10-99 employees"
        }
    }
}

HTTP Request

GET api/v1/company/show/{id}

HEAD api/v1/company/show/{id}

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/company/store" \
-H "Accept: application/json" \
    -d "name"="sapiente" \
    -d "industry_id"="842432815" \
    -d "company_size_id"="842432815" \
    -d "location"="sapiente" \
    -d "url"="sapiente" \
    -d "summary"="sapiente" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/company/store",
    "method": "POST",
    "data": {
        "name": "sapiente",
        "industry_id": 842432815,
        "company_size_id": 842432815,
        "location": "sapiente",
        "url": "sapiente",
        "summary": "sapiente"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/company/store

Parameters

Parameter Type Status Description
name string required Maximum: 255
industry_id integer required Valid dropdown id
company_size_id integer required Valid dropdown id
location string required Maximum: 255
url string required Maximum: 255
summary string required Maximum: 280

Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/company/update/{id}" \
-H "Accept: application/json" \
    -d "name"="qui" \
    -d "industry_id"="33258004" \
    -d "company_size_id"="33258004" \
    -d "location"="qui" \
    -d "url"="qui" \
    -d "summary"="qui" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/company/update/{id}",
    "method": "PUT",
    "data": {
        "name": "qui",
        "industry_id": 33258004,
        "company_size_id": 33258004,
        "location": "qui",
        "url": "qui",
        "summary": "qui"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/company/update/{id}

Parameters

Parameter Type Status Description
name string optional Maximum: 255
industry_id integer optional Valid dropdown id
company_size_id integer optional Valid dropdown id
location string optional Maximum: 255
url string optional Maximum: 255
summary string optional Maximum: 280

Dropdown

All

Return all dropdown options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/all" \
-H "Accept: application/json" \
    -d "query"="sequi" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/all",
    "method": "GET",
    "data": {
        "query": "sequi"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "name": "company_size",
            "display_name": "Company Size",
            "options": [
                {
                    "id": 1,
                    "value": "It's just me"
                },
                {
                    "id": 2,
                    "value": "2-9 employees"
                },
                {
                    "id": 3,
                    "value": "10-99 employees"
                },
                {
                    "id": 4,
                    "value": "100-499 employees"
                },
                {
                    "id": 5,
                    "value": "500-1000 employees"
                },
                {
                    "id": 6,
                    "value": "More than 1000 employees"
                }
            ]
        },
        {
            "id": 2,
            "name": "industry",
            "display_name": "Industry",
            "options": [
                {
                    "id": 7,
                    "value": "Accounting"
                },
                {
                    "id": 8,
                    "value": "Architecture & Planning"
                },
                {
                    "id": 9,
                    "value": "Automotive"
                },
                {
                    "id": 10,
                    "value": "Aviation & Aerospace"
                },
                {
                    "id": 11,
                    "value": "Biotechnology"
                },
                {
                    "id": 12,
                    "value": "Construction"
                },
                {
                    "id": 13,
                    "value": "Consumer Packaged Goods"
                },
                {
                    "id": 14,
                    "value": "Defense & Space"
                },
                {
                    "id": 15,
                    "value": "Design"
                },
                {
                    "id": 16,
                    "value": "Education"
                },
                {
                    "id": 17,
                    "value": "Energy"
                },
                {
                    "id": 18,
                    "value": "Engineering"
                },
                {
                    "id": 19,
                    "value": "Environmental Services"
                },
                {
                    "id": 20,
                    "value": "Events Services"
                },
                {
                    "id": 21,
                    "value": "Fashion"
                },
                {
                    "id": 22,
                    "value": "Financial Services"
                },
                {
                    "id": 23,
                    "value": "Food & Beverages"
                },
                {
                    "id": 24,
                    "value": "Gaming"
                },
                {
                    "id": 25,
                    "value": "Government"
                },
                {
                    "id": 26,
                    "value": "Healthcare"
                },
                {
                    "id": 27,
                    "value": "Hospitality"
                },
                {
                    "id": 28,
                    "value": "Human Resources"
                },
                {
                    "id": 29,
                    "value": "Insurance"
                },
                {
                    "id": 30,
                    "value": "Legal"
                },
                {
                    "id": 31,
                    "value": "Management Consulting"
                },
                {
                    "id": 32,
                    "value": "Manufacturing"
                },
                {
                    "id": 33,
                    "value": "Marketing and Advertising"
                },
                {
                    "id": 34,
                    "value": "Media & Entertainment"
                },
                {
                    "id": 35,
                    "value": "Military"
                },
                {
                    "id": 36,
                    "value": "Museums and Institutions"
                },
                {
                    "id": 37,
                    "value": "Nonprofit"
                },
                {
                    "id": 38,
                    "value": "Other"
                },
                {
                    "id": 39,
                    "value": "Performing & Fine Arts"
                },
                {
                    "id": 40,
                    "value": "Pharmaceuticals"
                },
                {
                    "id": 41,
                    "value": "Public Relations and Communications"
                },
                {
                    "id": 42,
                    "value": "Publishing"
                },
                {
                    "id": 43,
                    "value": "Real Estate"
                },
                {
                    "id": 44,
                    "value": "Religious Institutions"
                },
                {
                    "id": 45,
                    "value": "Research"
                },
                {
                    "id": 46,
                    "value": "Retail"
                },
                {
                    "id": 47,
                    "value": "Sports"
                },
                {
                    "id": 48,
                    "value": "Staffing and Recruiting"
                },
                {
                    "id": 49,
                    "value": "Technology"
                },
                {
                    "id": 50,
                    "value": "Telecommunications"
                },
                {
                    "id": 51,
                    "value": "Transportation"
                },
                {
                    "id": 52,
                    "value": "Utilities"
                },
                {
                    "id": 53,
                    "value": "Venture Capital & Private Equity"
                }
            ]
        },
        {
            "id": 3,
            "name": "referral_type",
            "display_name": "Referral Type",
            "options": [
                {
                    "id": 54,
                    "value": "Referred by a friend"
                },
                {
                    "id": 55,
                    "value": "Someone at The Second Shift"
                },
                {
                    "id": 56,
                    "value": "Web Search"
                },
                {
                    "id": 57,
                    "value": "Press"
                },
                {
                    "id": 58,
                    "value": "LinkedIn"
                },
                {
                    "id": 59,
                    "value": "Social Media"
                },
                {
                    "id": 60,
                    "value": "Other"
                }
            ]
        },
        {
            "id": 4,
            "name": "work_relationship",
            "display_name": "Work Relationship",
            "options": [
                {
                    "id": 61,
                    "value": "Coworker"
                },
                {
                    "id": 62,
                    "value": "I reported to them"
                },
                {
                    "id": 63,
                    "value": "They reported to me"
                },
                {
                    "id": 64,
                    "value": "I consulted for them"
                },
                {
                    "id": 65,
                    "value": "Our companies did business together"
                }
            ]
        },
        {
            "id": 5,
            "name": "project_duration",
            "display_name": "Project Duration",
            "options": [
                {
                    "id": 66,
                    "value": "Less than 3 months"
                },
                {
                    "id": 67,
                    "value": "3-6 months"
                },
                {
                    "id": 68,
                    "value": "6-12 months"
                },
                {
                    "id": 69,
                    "value": "Ongoing"
                }
            ]
        },
        {
            "id": 6,
            "name": "project_work_type",
            "display_name": "Project Work Type",
            "options": [
                {
                    "id": 70,
                    "value": "Remote"
                },
                {
                    "id": 71,
                    "value": "On Site"
                },
                {
                    "id": 72,
                    "value": "Both"
                }
            ]
        },
        {
            "id": 7,
            "name": "project_budget_rate_type",
            "display_name": "Project Budget Rate Type",
            "options": [
                {
                    "id": 73,
                    "value": "Project"
                },
                {
                    "id": 74,
                    "value": "Hourly"
                },
                {
                    "id": 75,
                    "value": "Daily"
                },
                {
                    "id": 76,
                    "value": "Weekly"
                },
                {
                    "id": 77,
                    "value": "Monthly"
                },
                {
                    "id": 78,
                    "value": "Negotiable"
                },
                {
                    "id": 79,
                    "value": "Annual"
                }
            ]
        },
        {
            "id": 8,
            "name": "work_relationship_v2",
            "display_name": "Work Relationship v2",
            "options": [
                {
                    "id": 80,
                    "value": "Coworker"
                },
                {
                    "id": 81,
                    "value": "I reported to them"
                },
                {
                    "id": 82,
                    "value": "They reported to me"
                },
                {
                    "id": 83,
                    "value": "She consulted for me"
                },
                {
                    "id": 84,
                    "value": "Our companies did business together"
                }
            ]
        },
        {
            "id": 9,
            "name": "commute_city",
            "display_name": "Commute City",
            "options": [
                {
                    "id": 85,
                    "value": "Atlanta, GA"
                },
                {
                    "id": 86,
                    "value": "Austin, TX"
                },
                {
                    "id": 87,
                    "value": "Baltimore, MD"
                },
                {
                    "id": 88,
                    "value": "British Columbia, CA"
                },
                {
                    "id": 89,
                    "value": "Boston, MA"
                },
                {
                    "id": 90,
                    "value": "Burlington, VT"
                },
                {
                    "id": 91,
                    "value": "Charleston, SC"
                },
                {
                    "id": 92,
                    "value": "Charlotte, NC"
                },
                {
                    "id": 93,
                    "value": "Chicago, IL"
                },
                {
                    "id": 94,
                    "value": "Cincinnati, OH"
                },
                {
                    "id": 95,
                    "value": "Cleveland, OH"
                },
                {
                    "id": 96,
                    "value": "Columbus, OH"
                },
                {
                    "id": 97,
                    "value": "Dallas, TX"
                },
                {
                    "id": 98,
                    "value": "Denver, CO"
                },
                {
                    "id": 99,
                    "value": "Detroit, MI"
                },
                {
                    "id": 100,
                    "value": "Houston, TX"
                },
                {
                    "id": 101,
                    "value": "Kansas City, MO"
                },
                {
                    "id": 102,
                    "value": "Los Angeles, CA"
                },
                {
                    "id": 103,
                    "value": "London, UK"
                },
                {
                    "id": 104,
                    "value": "Louisville, KY"
                },
                {
                    "id": 105,
                    "value": "Miami, FL"
                },
                {
                    "id": 106,
                    "value": "Milwaukee, WI"
                },
                {
                    "id": 107,
                    "value": "Minneapolis, MN"
                },
                {
                    "id": 108,
                    "value": "Nashville, TN"
                },
                {
                    "id": 109,
                    "value": "New York, NY"
                },
                {
                    "id": 110,
                    "value": "Orange County, CA"
                },
                {
                    "id": 111,
                    "value": "Orlando, FL"
                },
                {
                    "id": 112,
                    "value": "Park City, UT"
                },
                {
                    "id": 113,
                    "value": "Philadelphia, PA"
                },
                {
                    "id": 114,
                    "value": "Pittsburgh, PA"
                },
                {
                    "id": 115,
                    "value": "Portland, OR"
                },
                {
                    "id": 116,
                    "value": "Raleigh, NC"
                },
                {
                    "id": 117,
                    "value": "Richmond, VA"
                },
                {
                    "id": 118,
                    "value": "San Diego, CA"
                },
                {
                    "id": 119,
                    "value": "Seattle, WA"
                },
                {
                    "id": 120,
                    "value": "San Francisco, CA"
                },
                {
                    "id": 121,
                    "value": "St. Louis, MO"
                },
                {
                    "id": 122,
                    "value": "Tampa, FL"
                },
                {
                    "id": 123,
                    "value": "Toronto, ON"
                },
                {
                    "id": 124,
                    "value": "Tuscon, AZ"
                },
                {
                    "id": 125,
                    "value": "Vancouver, BC"
                },
                {
                    "id": 126,
                    "value": "Washington, DC"
                },
                {
                    "id": 127,
                    "value": "No Metro Area Near Me"
                }
            ]
        },
        {
            "id": 10,
            "name": "school",
            "display_name": "School",
            "options": [
                {
                    "id": 128,
                    "value": "A.T. Still University"
                },
                {
                    "id": 129,
                    "value": "Abilene Christian University"
                },
                {
                    "id": 130,
                    "value": "Abraham Baldwin Agricultural College"
                },
                {
                    "id": 131,
                    "value": "Academy of Art University"
                },
                {
                    "id": 132,
                    "value": "Adams State University"
                },
                {
                    "id": 133,
                    "value": "Adelphi University"
                },
                {
                    "id": 134,
                    "value": "Adler Graduate School"
                },
                {
                    "id": 135,
                    "value": "Adler University"
                },
                {
                    "id": 136,
                    "value": "Adrian College"
                },
                {
                    "id": 137,
                    "value": "Adventist University of Health Sciences"
                },
                {
                    "id": 138,
                    "value": "Agnes Scott College"
                },
                {
                    "id": 139,
                    "value": "Air Force Institute of Technology"
                },
                {
                    "id": 140,
                    "value": "Alabama A&M University"
                },
                {
                    "id": 141,
                    "value": "Alabama State University"
                },
                {
                    "id": 142,
                    "value": "Alaska Bible College"
                },
                {
                    "id": 143,
                    "value": "Alaska Pacific University"
                },
                {
                    "id": 144,
                    "value": "Albany College of Pharmacy and Health Sciences"
                },
                {
                    "id": 145,
                    "value": "Albany Law School"
                },
                {
                    "id": 146,
                    "value": "Albany Medical College"
                },
                {
                    "id": 147,
                    "value": "Albany State University"
                },
                {
                    "id": 148,
                    "value": "Albertus Magnus College"
                },
                {
                    "id": 149,
                    "value": "Albion College"
                },
                {
                    "id": 150,
                    "value": "Albright College"
                },
                {
                    "id": 151,
                    "value": "Alcorn State University"
                },
                {
                    "id": 152,
                    "value": "Alderson Broaddus University"
                },
                {
                    "id": 153,
                    "value": "Alfred State College"
                },
                {
                    "id": 154,
                    "value": "Alfred University"
                },
                {
                    "id": 155,
                    "value": "Alice Lloyd College"
                },
                {
                    "id": 156,
                    "value": "Allegheny College"
                },
                {
                    "id": 157,
                    "value": "Allen College"
                },
                {
                    "id": 158,
                    "value": "Allen University"
                },
                {
                    "id": 159,
                    "value": "Alliant International University"
                },
                {
                    "id": 160,
                    "value": "Alma College"
                },
                {
                    "id": 161,
                    "value": "Alvernia University"
                },
                {
                    "id": 162,
                    "value": "Alverno College"
                },
                {
                    "id": 163,
                    "value": "Amberton University"
                },
                {
                    "id": 164,
                    "value": "American Baptist College"
                },
                {
                    "id": 165,
                    "value": "American Film Institute Conservatory"
                },
                {
                    "id": 166,
                    "value": "American International College"
                },
                {
                    "id": 167,
                    "value": "American Jewish University"
                },
                {
                    "id": 168,
                    "value": "American University"
                },
                {
                    "id": 169,
                    "value": "Amherst College"
                },
                {
                    "id": 170,
                    "value": "Anderson University"
                },
                {
                    "id": 171,
                    "value": "Anderson University, Indiana"
                },
                {
                    "id": 172,
                    "value": "Andrews University"
                },
                {
                    "id": 173,
                    "value": "Angelo State University"
                },
                {
                    "id": 174,
                    "value": "Anna Maria College"
                },
                {
                    "id": 175,
                    "value": "Antioch University"
                },
                {
                    "id": 176,
                    "value": "Antioch University Los Angeles"
                },
                {
                    "id": 177,
                    "value": "Antioch University New England"
                },
                {
                    "id": 178,
                    "value": "Antioch University Santa Barbara"
                },
                {
                    "id": 179,
                    "value": "Antioch University Seattle"
                },
                {
                    "id": 180,
                    "value": "Appalachian Bible College"
                },
                {
                    "id": 181,
                    "value": "Appalachian College of Pharmacy"
                },
                {
                    "id": 182,
                    "value": "Appalachian State University"
                },
                {
                    "id": 183,
                    "value": "Aquinas College"
                },
                {
                    "id": 184,
                    "value": "Aquinas College, Tennessee"
                },
                {
                    "id": 185,
                    "value": "Arcadia University"
                },
                {
                    "id": 186,
                    "value": "Argosy University"
                },
                {
                    "id": 187,
                    "value": "Arizona Christian University"
                },
                {
                    "id": 188,
                    "value": "Arizona State University"
                },
                {
                    "id": 189,
                    "value": "Arkansas Baptist College"
                },
                {
                    "id": 190,
                    "value": "Arkansas State University"
                },
                {
                    "id": 191,
                    "value": "Arkansas Tech University"
                },
                {
                    "id": 192,
                    "value": "Arlington Baptist University"
                },
                {
                    "id": 193,
                    "value": "Armstrong State University"
                },
                {
                    "id": 194,
                    "value": "Art Academy of Cincinnati"
                },
                {
                    "id": 195,
                    "value": "ArtCenter College of Design"
                },
                {
                    "id": 196,
                    "value": "Asbury University"
                },
                {
                    "id": 197,
                    "value": "Ashland University"
                },
                {
                    "id": 198,
                    "value": "Assumption College"
                },
                {
                    "id": 199,
                    "value": "Athens State University"
                },
                {
                    "id": 200,
                    "value": "Atlanta Metropolitan State College"
                },
                {
                    "id": 201,
                    "value": "Auburn University"
                },
                {
                    "id": 202,
                    "value": "Auburn University at Montgomery"
                },
                {
                    "id": 203,
                    "value": "Augsburg College"
                },
                {
                    "id": 204,
                    "value": "Augusta University"
                },
                {
                    "id": 205,
                    "value": "Augustana College"
                },
                {
                    "id": 206,
                    "value": "Augustana University"
                },
                {
                    "id": 207,
                    "value": "Aurora University"
                },
                {
                    "id": 208,
                    "value": "Austin College"
                },
                {
                    "id": 209,
                    "value": "Austin Peay State University"
                },
                {
                    "id": 210,
                    "value": "Ave Maria University"
                },
                {
                    "id": 211,
                    "value": "Averett University"
                },
                {
                    "id": 212,
                    "value": "Avila University"
                },
                {
                    "id": 213,
                    "value": "Azusa Pacific University"
                },
                {
                    "id": 214,
                    "value": "Babson College"
                },
                {
                    "id": 215,
                    "value": "Bacone College"
                },
                {
                    "id": 216,
                    "value": "Baker College"
                },
                {
                    "id": 217,
                    "value": "Baker University"
                },
                {
                    "id": 218,
                    "value": "Baldwin Wallace University"
                },
                {
                    "id": 219,
                    "value": "Ball State University"
                },
                {
                    "id": 220,
                    "value": "Bank Street College of Education"
                },
                {
                    "id": 221,
                    "value": "Baptist Bible College"
                },
                {
                    "id": 222,
                    "value": "Baptist Memorial College of Health Sciences"
                },
                {
                    "id": 223,
                    "value": "Baptist University of the Americas"
                },
                {
                    "id": 224,
                    "value": "Barclay College"
                },
                {
                    "id": 225,
                    "value": "Bard College"
                },
                {
                    "id": 226,
                    "value": "Bard College at Simon's Rock"
                },
                {
                    "id": 227,
                    "value": "Barnard College"
                },
                {
                    "id": 228,
                    "value": "Barnes-Jewish College Goldfarb School of Nursing"
                },
                {
                    "id": 229,
                    "value": "Barry University"
                },
                {
                    "id": 230,
                    "value": "Barton College"
                },
                {
                    "id": 231,
                    "value": "Bastyr University"
                },
                {
                    "id": 232,
                    "value": "Bates College"
                },
                {
                    "id": 233,
                    "value": "Bay Path University"
                },
                {
                    "id": 234,
                    "value": "Bay State College"
                },
                {
                    "id": 235,
                    "value": "Baylor College of Medicine"
                },
                {
                    "id": 236,
                    "value": "Baylor University"
                },
                {
                    "id": 237,
                    "value": "Beacon College"
                },
                {
                    "id": 238,
                    "value": "Becker College"
                },
                {
                    "id": 239,
                    "value": "Belhaven University"
                },
                {
                    "id": 240,
                    "value": "Bellarmine University"
                },
                {
                    "id": 241,
                    "value": "Bellevue College"
                },
                {
                    "id": 242,
                    "value": "Bellevue University"
                },
                {
                    "id": 243,
                    "value": "Bellin College"
                },
                {
                    "id": 244,
                    "value": "Belmont Abbey College"
                },
                {
                    "id": 245,
                    "value": "Belmont University"
                },
                {
                    "id": 246,
                    "value": "Beloit College"
                },
                {
                    "id": 247,
                    "value": "Bemidji State University"
                },
                {
                    "id": 248,
                    "value": "Benedict College"
                },
                {
                    "id": 249,
                    "value": "Benedictine College"
                },
                {
                    "id": 250,
                    "value": "Benedictine University"
                },
                {
                    "id": 251,
                    "value": "Benjamin Franklin Institute of Technology"
                },
                {
                    "id": 252,
                    "value": "Bennett College"
                },
                {
                    "id": 253,
                    "value": "Bennington College"
                },
                {
                    "id": 254,
                    "value": "Bentley University"
                },
                {
                    "id": 255,
                    "value": "Berea College"
                },
                {
                    "id": 256,
                    "value": "Berkeley College"
                },
                {
                    "id": 257,
                    "value": "Berklee College of Music"
                },
                {
                    "id": 258,
                    "value": "Bernard M Baruch College, CUNY"
                },
                {
                    "id": 259,
                    "value": "Berry College"
                },
                {
                    "id": 260,
                    "value": "Bethany College"
                },
                {
                    "id": 261,
                    "value": "Bethany College, Kansas"
                },
                {
                    "id": 262,
                    "value": "Bethany Lutheran College"
                },
                {
                    "id": 263,
                    "value": "Bethel College"
                },
                {
                    "id": 264,
                    "value": "Bethel College-Indiana"
                },
                {
                    "id": 265,
                    "value": "Bethel University"
                },
                {
                    "id": 266,
                    "value": "Bethel University, Tennessee"
                },
                {
                    "id": 267,
                    "value": "Bethesda University"
                },
                {
                    "id": 268,
                    "value": "Bethune-Cookman University"
                },
                {
                    "id": 269,
                    "value": "Beulah Heights University"
                },
                {
                    "id": 270,
                    "value": "Binghamton University, State University of New York"
                },
                {
                    "id": 271,
                    "value": "Biola University"
                },
                {
                    "id": 272,
                    "value": "Birmingham-Southern College"
                },
                {
                    "id": 273,
                    "value": "Bismarck State College"
                },
                {
                    "id": 274,
                    "value": "Black Hills State University"
                },
                {
                    "id": 275,
                    "value": "Blackburn College"
                },
                {
                    "id": 276,
                    "value": "Blessing-Rieman College of Nursing"
                },
                {
                    "id": 277,
                    "value": "Bloomfield College"
                },
                {
                    "id": 278,
                    "value": "Bloomsburg University of Pennsylvania"
                },
                {
                    "id": 279,
                    "value": "Blue Mountain College"
                },
                {
                    "id": 280,
                    "value": "Bluefield College"
                },
                {
                    "id": 281,
                    "value": "Bluefield State College"
                },
                {
                    "id": 282,
                    "value": "Bluffton University"
                },
                {
                    "id": 283,
                    "value": "Bob Jones University"
                },
                {
                    "id": 284,
                    "value": "Boise Bible College"
                },
                {
                    "id": 285,
                    "value": "Boise State University"
                },
                {
                    "id": 286,
                    "value": "Boricua College"
                },
                {
                    "id": 287,
                    "value": "Boston Architectural College"
                },
                {
                    "id": 288,
                    "value": "Boston College"
                },
                {
                    "id": 289,
                    "value": "Boston Graduate School of Psychoanalysis"
                },
                {
                    "id": 290,
                    "value": "Boston University"
                },
                {
                    "id": 291,
                    "value": "Bowdoin College"
                },
                {
                    "id": 292,
                    "value": "Bowie State University"
                },
                {
                    "id": 293,
                    "value": "Bowling Green State University"
                },
                {
                    "id": 294,
                    "value": "Bradley University"
                },
                {
                    "id": 295,
                    "value": "Brandeis University"
                },
                {
                    "id": 296,
                    "value": "Brandman University"
                },
                {
                    "id": 297,
                    "value": "Brazosport College"
                },
                {
                    "id": 298,
                    "value": "Brenau University"
                },
                {
                    "id": 299,
                    "value": "Brescia University"
                },
                {
                    "id": 300,
                    "value": "Brevard College"
                },
                {
                    "id": 301,
                    "value": "Brewton-Parker College"
                },
                {
                    "id": 302,
                    "value": "Briar Cliff University"
                },
                {
                    "id": 303,
                    "value": "Briarcliffe College"
                },
                {
                    "id": 304,
                    "value": "Bridgewater College"
                },
                {
                    "id": 305,
                    "value": "Bridgewater State University"
                },
                {
                    "id": 306,
                    "value": "Brigham Young University"
                },
                {
                    "id": 307,
                    "value": "Brigham Young University-Hawaii"
                },
                {
                    "id": 308,
                    "value": "Brigham Young University-Idaho"
                },
                {
                    "id": 309,
                    "value": "Brooklyn College"
                },
                {
                    "id": 310,
                    "value": "Brooklyn Law School"
                },
                {
                    "id": 311,
                    "value": "Broward College"
                },
                {
                    "id": 312,
                    "value": "Brown Mackie College"
                },
                {
                    "id": 313,
                    "value": "Brown University"
                },
                {
                    "id": 314,
                    "value": "Bryan College"
                },
                {
                    "id": 315,
                    "value": "Bryan College of Health Sciences"
                },
                {
                    "id": 316,
                    "value": "Bryant and Stratton College"
                },
                {
                    "id": 317,
                    "value": "Bryant University"
                },
                {
                    "id": 318,
                    "value": "Bryn Athyn College"
                },
                {
                    "id": 319,
                    "value": "Bryn Mawr College"
                },
                {
                    "id": 320,
                    "value": "Bucknell University"
                },
                {
                    "id": 321,
                    "value": "Buena Vista University"
                },
                {
                    "id": 322,
                    "value": "Buffalo State College"
                },
                {
                    "id": 323,
                    "value": "Butler University"
                },
                {
                    "id": 324,
                    "value": "Cabarrus College of Health Sciences"
                },
                {
                    "id": 325,
                    "value": "Cabrini University"
                },
                {
                    "id": 326,
                    "value": "Cairn University"
                },
                {
                    "id": 327,
                    "value": "Caldwell University"
                },
                {
                    "id": 328,
                    "value": "California Baptist University"
                },
                {
                    "id": 329,
                    "value": "California College of the Arts"
                },
                {
                    "id": 330,
                    "value": "California Institute of Integral Studies"
                },
                {
                    "id": 331,
                    "value": "California Institute of Technology"
                },
                {
                    "id": 332,
                    "value": "California Institute of the Arts"
                },
                {
                    "id": 333,
                    "value": "California Lutheran University"
                },
                {
                    "id": 334,
                    "value": "California Polytechnic State University, San Luis Obispo"
                },
                {
                    "id": 335,
                    "value": "California State Polytechnic University, Pomona"
                },
                {
                    "id": 336,
                    "value": "California State University Channel Islands"
                },
                {
                    "id": 337,
                    "value": "California State University Maritime Academy"
                },
                {
                    "id": 338,
                    "value": "California State University San Marcos"
                },
                {
                    "id": 339,
                    "value": "California State University Stanislaus"
                },
                {
                    "id": 340,
                    "value": "California State University, Bakersfield"
                },
                {
                    "id": 341,
                    "value": "California State University, Chico"
                },
                {
                    "id": 342,
                    "value": "California State University, Dominguez Hills"
                },
                {
                    "id": 343,
                    "value": "California State University, East Bay"
                },
                {
                    "id": 344,
                    "value": "California State University, Fresno"
                },
                {
                    "id": 345,
                    "value": "California State University, Fullerton"
                },
                {
                    "id": 346,
                    "value": "California State University, Long Beach"
                },
                {
                    "id": 347,
                    "value": "California State University, Los Angeles"
                },
                {
                    "id": 348,
                    "value": "California State University, Monterey Bay"
                },
                {
                    "id": 349,
                    "value": "California State University, Northridge"
                },
                {
                    "id": 350,
                    "value": "California State University, Sacramento"
                },
                {
                    "id": 351,
                    "value": "California State University, San Bernardino"
                },
                {
                    "id": 352,
                    "value": "California University of Pennsylvania"
                },
                {
                    "id": 353,
                    "value": "California Western School of Law"
                },
                {
                    "id": 354,
                    "value": "Calumet College of St. Joseph"
                },
                {
                    "id": 355,
                    "value": "Calvary University"
                },
                {
                    "id": 356,
                    "value": "Calvin College"
                },
                {
                    "id": 357,
                    "value": "Cambridge College"
                },
                {
                    "id": 358,
                    "value": "Cameron University"
                },
                {
                    "id": 359,
                    "value": "Campbell University"
                },
                {
                    "id": 360,
                    "value": "Campbellsville University"
                },
                {
                    "id": 361,
                    "value": "Canisius College"
                },
                {
                    "id": 362,
                    "value": "Capital University"
                },
                {
                    "id": 363,
                    "value": "Capitol Technology University"
                },
                {
                    "id": 364,
                    "value": "Cardinal Stritch University"
                },
                {
                    "id": 365,
                    "value": "Carleton College"
                },
                {
                    "id": 366,
                    "value": "Carlow University"
                },
                {
                    "id": 367,
                    "value": "Carnegie Mellon University"
                },
                {
                    "id": 368,
                    "value": "Carroll College"
                },
                {
                    "id": 369,
                    "value": "Carroll University"
                },
                {
                    "id": 370,
                    "value": "Carson-Newman University"
                },
                {
                    "id": 371,
                    "value": "Carthage College"
                },
                {
                    "id": 372,
                    "value": "Case Western Reserve University"
                },
                {
                    "id": 373,
                    "value": "Castleton University"
                },
                {
                    "id": 374,
                    "value": "Catawba College"
                },
                {
                    "id": 375,
                    "value": "Catholic Theological Union"
                },
                {
                    "id": 376,
                    "value": "Cazenovia College"
                },
                {
                    "id": 377,
                    "value": "Cedar Crest College"
                },
                {
                    "id": 378,
                    "value": "Cedarville University"
                },
                {
                    "id": 379,
                    "value": "Centenary College of Louisiana"
                },
                {
                    "id": 380,
                    "value": "Centenary University"
                },
                {
                    "id": 381,
                    "value": "Central Baptist College"
                },
                {
                    "id": 382,
                    "value": "Central Christian College of Kansas"
                },
                {
                    "id": 383,
                    "value": "Central Christian College of the Bible"
                },
                {
                    "id": 384,
                    "value": "Central College"
                },
                {
                    "id": 385,
                    "value": "Central Connecticut State University"
                },
                {
                    "id": 386,
                    "value": "Central Methodist University"
                },
                {
                    "id": 387,
                    "value": "Central Michigan University"
                },
                {
                    "id": 388,
                    "value": "Central Penn College"
                },
                {
                    "id": 389,
                    "value": "Central State University"
                },
                {
                    "id": 390,
                    "value": "Central Washington University"
                },
                {
                    "id": 391,
                    "value": "Centralia College"
                },
                {
                    "id": 392,
                    "value": "Centre College"
                },
                {
                    "id": 393,
                    "value": "Chadron State College"
                },
                {
                    "id": 394,
                    "value": "Chamberlain College of Nursing"
                },
                {
                    "id": 395,
                    "value": "Chaminade University of Honolulu"
                },
                {
                    "id": 396,
                    "value": "Champlain College"
                },
                {
                    "id": 397,
                    "value": "Chapman University"
                },
                {
                    "id": 398,
                    "value": "Charles R. Drew University of Medicine and Science"
                },
                {
                    "id": 399,
                    "value": "Charleston Southern University"
                },
                {
                    "id": 400,
                    "value": "Chatham University"
                },
                {
                    "id": 401,
                    "value": "Chestnut Hill College"
                },
                {
                    "id": 402,
                    "value": "Cheyney University of Pennsylvania"
                },
                {
                    "id": 403,
                    "value": "Chicago State University"
                },
                {
                    "id": 404,
                    "value": "Chipola College"
                },
                {
                    "id": 405,
                    "value": "Chowan University"
                },
                {
                    "id": 406,
                    "value": "Christian Brothers University"
                },
                {
                    "id": 407,
                    "value": "Christopher Newport University"
                },
                {
                    "id": 408,
                    "value": "Cincinnati Christian University"
                },
                {
                    "id": 409,
                    "value": "City University of Seattle"
                },
                {
                    "id": 410,
                    "value": "Claflin University"
                },
                {
                    "id": 411,
                    "value": "Claremont Graduate University"
                },
                {
                    "id": 412,
                    "value": "Claremont McKenna College"
                },
                {
                    "id": 413,
                    "value": "Clarion University of Pennsylvania"
                },
                {
                    "id": 414,
                    "value": "Clark Atlanta University"
                },
                {
                    "id": 415,
                    "value": "Clark University"
                },
                {
                    "id": 416,
                    "value": "Clarke University"
                },
                {
                    "id": 417,
                    "value": "Clarks Summit University"
                },
                {
                    "id": 418,
                    "value": "Clarkson College"
                },
                {
                    "id": 419,
                    "value": "Clarkson University"
                },
                {
                    "id": 420,
                    "value": "Clayton State University"
                },
                {
                    "id": 421,
                    "value": "Clear Creek Baptist Bible College"
                },
                {
                    "id": 422,
                    "value": "Cleary University"
                },
                {
                    "id": 423,
                    "value": "Clemson University"
                },
                {
                    "id": 424,
                    "value": "Cleveland Institute of Art"
                },
                {
                    "id": 425,
                    "value": "Cleveland Institute of Music"
                },
                {
                    "id": 426,
                    "value": "Cleveland State University"
                },
                {
                    "id": 427,
                    "value": "Cleveland University-Kansas City"
                },
                {
                    "id": 428,
                    "value": "Coastal Carolina University"
                },
                {
                    "id": 429,
                    "value": "Coe College"
                },
                {
                    "id": 430,
                    "value": "Cogswell Polytechnical College"
                },
                {
                    "id": 431,
                    "value": "Coker College"
                },
                {
                    "id": 432,
                    "value": "Colby College"
                },
                {
                    "id": 433,
                    "value": "Colby-Sawyer College"
                },
                {
                    "id": 434,
                    "value": "Colgate University"
                },
                {
                    "id": 435,
                    "value": "College for Creative Studies"
                },
                {
                    "id": 436,
                    "value": "College of Biblical Studies"
                },
                {
                    "id": 437,
                    "value": "College of Central Florida"
                },
                {
                    "id": 438,
                    "value": "College of Charleston"
                },
                {
                    "id": 439,
                    "value": "College of Coastal Georgia"
                },
                {
                    "id": 440,
                    "value": "College of Mount Saint Vincent"
                },
                {
                    "id": 441,
                    "value": "College of Our Lady of the Elms"
                },
                {
                    "id": 442,
                    "value": "College of Saint Benedict Saint John's University"
                },
                {
                    "id": 443,
                    "value": "College of Saint Elizabeth"
                },
                {
                    "id": 444,
                    "value": "College of Saint Mary"
                },
                {
                    "id": 445,
                    "value": "College of Southern Nevada"
                },
                {
                    "id": 446,
                    "value": "College of St. Joseph"
                },
                {
                    "id": 447,
                    "value": "College of Staten Island"
                },
                {
                    "id": 448,
                    "value": "College of the Atlantic"
                },
                {
                    "id": 449,
                    "value": "College of the Holy Cross"
                },
                {
                    "id": 450,
                    "value": "College of the Ozarks"
                },
                {
                    "id": 451,
                    "value": "College of William & Mary"
                },
                {
                    "id": 452,
                    "value": "Colorado Christian University"
                },
                {
                    "id": 453,
                    "value": "Colorado College"
                },
                {
                    "id": 454,
                    "value": "Colorado Mesa University"
                },
                {
                    "id": 455,
                    "value": "Colorado School of Mines"
                },
                {
                    "id": 456,
                    "value": "Colorado State University"
                },
                {
                    "id": 457,
                    "value": "Colorado State University-Pueblo"
                },
                {
                    "id": 458,
                    "value": "Colorado Technical University"
                },
                {
                    "id": 459,
                    "value": "Columbia Basin College"
                },
                {
                    "id": 460,
                    "value": "Columbia College"
                },
                {
                    "id": 461,
                    "value": "Columbia College Chicago"
                },
                {
                    "id": 462,
                    "value": "Columbia College of Nursing"
                },
                {
                    "id": 463,
                    "value": "Columbia College, South Carolina"
                },
                {
                    "id": 464,
                    "value": "Columbia College-Hollywood"
                },
                {
                    "id": 465,
                    "value": "Columbia International University"
                },
                {
                    "id": 466,
                    "value": "Columbia University in the City of New York"
                },
                {
                    "id": 467,
                    "value": "Columbus College of Art and Design"
                },
                {
                    "id": 468,
                    "value": "Columbus State University"
                },
                {
                    "id": 469,
                    "value": "Concord University"
                },
                {
                    "id": 470,
                    "value": "Concordia College"
                },
                {
                    "id": 471,
                    "value": "Concordia College Alabama"
                },
                {
                    "id": 472,
                    "value": "Concordia College-New York"
                },
                {
                    "id": 473,
                    "value": "Concordia University Ann Arbor"
                },
                {
                    "id": 474,
                    "value": "Concordia University Chicago"
                },
                {
                    "id": 475,
                    "value": "Concordia University Irvine"
                },
                {
                    "id": 476,
                    "value": "Concordia University Texas"
                },
                {
                    "id": 477,
                    "value": "Concordia University Wisconsin"
                },
                {
                    "id": 478,
                    "value": "Concordia University, Nebraska"
                },
                {
                    "id": 479,
                    "value": "Concordia University, Oregon"
                },
                {
                    "id": 480,
                    "value": "Concordia University, St. Paul"
                },
                {
                    "id": 481,
                    "value": "Connecticut College"
                },
                {
                    "id": 482,
                    "value": "Converse College"
                },
                {
                    "id": 483,
                    "value": "Conway School of Landscape Design"
                },
                {
                    "id": 484,
                    "value": "Coppin State University"
                },
                {
                    "id": 485,
                    "value": "Corban University"
                },
                {
                    "id": 486,
                    "value": "Cornell College"
                },
                {
                    "id": 487,
                    "value": "Cornell University"
                },
                {
                    "id": 488,
                    "value": "Cornerstone University"
                },
                {
                    "id": 489,
                    "value": "Cornish College of the Arts"
                },
                {
                    "id": 490,
                    "value": "Cottey College"
                },
                {
                    "id": 491,
                    "value": "Covenant College"
                },
                {
                    "id": 492,
                    "value": "Cox College"
                },
                {
                    "id": 493,
                    "value": "Cranbrook Academy of Art"
                },
                {
                    "id": 494,
                    "value": "Creighton University"
                },
                {
                    "id": 495,
                    "value": "Criswell College"
                },
                {
                    "id": 496,
                    "value": "Crossroads Bible College"
                },
                {
                    "id": 497,
                    "value": "Crossroads College"
                },
                {
                    "id": 498,
                    "value": "Crowley's Ridge College"
                },
                {
                    "id": 499,
                    "value": "Crown College"
                },
                {
                    "id": 500,
                    "value": "Culver-Stockton College"
                },
                {
                    "id": 501,
                    "value": "Cumberland University"
                },
                {
                    "id": 502,
                    "value": "CUNY School of Law"
                },
                {
                    "id": 503,
                    "value": "Curry College"
                },
                {
                    "id": 504,
                    "value": "Curtis Institute of Music"
                },
                {
                    "id": 505,
                    "value": "Daemen College"
                },
                {
                    "id": 506,
                    "value": "Dakota State University"
                },
                {
                    "id": 507,
                    "value": "Dakota Wesleyan University"
                },
                {
                    "id": 508,
                    "value": "Dallas Baptist University"
                },
                {
                    "id": 509,
                    "value": "Dallas Christian College"
                },
                {
                    "id": 510,
                    "value": "Dalton State College"
                },
                {
                    "id": 511,
                    "value": "Dartmouth College"
                },
                {
                    "id": 512,
                    "value": "Davenport University"
                },
                {
                    "id": 513,
                    "value": "Davidson College"
                },
                {
                    "id": 514,
                    "value": "Davis & Elkins College"
                },
                {
                    "id": 515,
                    "value": "Davis College"
                },
                {
                    "id": 516,
                    "value": "Daytona State College"
                },
                {
                    "id": 517,
                    "value": "Dean College"
                },
                {
                    "id": 518,
                    "value": "Defiance College"
                },
                {
                    "id": 519,
                    "value": "Delaware State University"
                },
                {
                    "id": 520,
                    "value": "Delaware Valley University"
                },
                {
                    "id": 521,
                    "value": "Delta State University"
                },
                {
                    "id": 522,
                    "value": "Denison University"
                },
                {
                    "id": 523,
                    "value": "Denver College of Nursing"
                },
                {
                    "id": 524,
                    "value": "DePaul University"
                },
                {
                    "id": 525,
                    "value": "DePauw University"
                },
                {
                    "id": 526,
                    "value": "Des Moines University"
                },
                {
                    "id": 527,
                    "value": "DeSales University"
                },
                {
                    "id": 528,
                    "value": "DeVry University"
                },
                {
                    "id": 529,
                    "value": "Dickinson College"
                },
                {
                    "id": 530,
                    "value": "Dickinson State University"
                },
                {
                    "id": 531,
                    "value": "Dillard University"
                },
                {
                    "id": 532,
                    "value": "Dixie State University"
                },
                {
                    "id": 533,
                    "value": "Doane University"
                },
                {
                    "id": 534,
                    "value": "Dominican College"
                },
                {
                    "id": 535,
                    "value": "Dominican School of Philosophy & Theology"
                },
                {
                    "id": 536,
                    "value": "Dominican University"
                },
                {
                    "id": 537,
                    "value": "Dominican University of California"
                },
                {
                    "id": 538,
                    "value": "Donnelly College"
                },
                {
                    "id": 539,
                    "value": "Dordt College"
                },
                {
                    "id": 540,
                    "value": "Dowling College"
                },
                {
                    "id": 541,
                    "value": "Drake University"
                },
                {
                    "id": 542,
                    "value": "Drew University"
                },
                {
                    "id": 543,
                    "value": "Drexel University"
                },
                {
                    "id": 544,
                    "value": "Drury University"
                },
                {
                    "id": 545,
                    "value": "Duke University"
                },
                {
                    "id": 546,
                    "value": "Dunwoody College of Technology"
                },
                {
                    "id": 547,
                    "value": "Duquesne University"
                },
                {
                    "id": 548,
                    "value": "D'Youville College"
                },
                {
                    "id": 549,
                    "value": "Earlham College"
                },
                {
                    "id": 550,
                    "value": "East Carolina University"
                },
                {
                    "id": 551,
                    "value": "East Central University"
                },
                {
                    "id": 552,
                    "value": "East Georgia State College"
                },
                {
                    "id": 553,
                    "value": "East Stroudsburg University"
                },
                {
                    "id": 554,
                    "value": "East Tennessee State University"
                },
                {
                    "id": 555,
                    "value": "East Texas Baptist University"
                },
                {
                    "id": 556,
                    "value": "Eastern Connecticut State University"
                },
                {
                    "id": 557,
                    "value": "Eastern Illinois University"
                },
                {
                    "id": 558,
                    "value": "Eastern Kentucky University"
                },
                {
                    "id": 559,
                    "value": "Eastern Mennonite University"
                },
                {
                    "id": 560,
                    "value": "Eastern Michigan University"
                },
                {
                    "id": 561,
                    "value": "Eastern Nazarene College"
                },
                {
                    "id": 562,
                    "value": "Eastern New Mexico University"
                },
                {
                    "id": 563,
                    "value": "Eastern Oregon University"
                },
                {
                    "id": 564,
                    "value": "Eastern University"
                },
                {
                    "id": 565,
                    "value": "Eastern Virginia Medical School"
                },
                {
                    "id": 566,
                    "value": "Eastern Washington University"
                },
                {
                    "id": 567,
                    "value": "East-West University"
                },
                {
                    "id": 568,
                    "value": "Ecclesia College"
                },
                {
                    "id": 569,
                    "value": "Eckerd College"
                },
                {
                    "id": 570,
                    "value": "ECPI University"
                },
                {
                    "id": 571,
                    "value": "Edgewood College"
                },
                {
                    "id": 572,
                    "value": "Edinboro University of Pennsylvania"
                },
                {
                    "id": 573,
                    "value": "Edward Waters College"
                },
                {
                    "id": 574,
                    "value": "Elizabeth City State University"
                },
                {
                    "id": 575,
                    "value": "Elizabethtown College"
                },
                {
                    "id": 576,
                    "value": "Elmhurst College"
                },
                {
                    "id": 577,
                    "value": "Elmira College"
                },
                {
                    "id": 578,
                    "value": "Elon University"
                },
                {
                    "id": 579,
                    "value": "Embry-Riddle Aeronautical University"
                },
                {
                    "id": 580,
                    "value": "Emerson College"
                },
                {
                    "id": 581,
                    "value": "Emmanuel College"
                },
                {
                    "id": 582,
                    "value": "Emmanuel College, Georgia"
                },
                {
                    "id": 583,
                    "value": "Emmaus Bible College"
                },
                {
                    "id": 584,
                    "value": "Emory & Henry College"
                },
                {
                    "id": 585,
                    "value": "Emory University"
                },
                {
                    "id": 586,
                    "value": "Emporia State University"
                },
                {
                    "id": 587,
                    "value": "Endicott College"
                },
                {
                    "id": 588,
                    "value": "Erskine College"
                },
                {
                    "id": 589,
                    "value": "Eureka College"
                },
                {
                    "id": 590,
                    "value": "Evangel University"
                },
                {
                    "id": 591,
                    "value": "Everglades University"
                },
                {
                    "id": 592,
                    "value": "Fairfield University"
                },
                {
                    "id": 593,
                    "value": "Fairleigh Dickinson University"
                },
                {
                    "id": 594,
                    "value": "Fairmont State University"
                },
                {
                    "id": 595,
                    "value": "Faith Baptist Bible College and Theological Seminary"
                },
                {
                    "id": 596,
                    "value": "Farmingdale State College"
                },
                {
                    "id": 597,
                    "value": "Fashion Institute of Technology"
                },
                {
                    "id": 598,
                    "value": "Faulkner University"
                },
                {
                    "id": 599,
                    "value": "Fayetteville State University"
                },
                {
                    "id": 600,
                    "value": "Felician University"
                },
                {
                    "id": 601,
                    "value": "Ferris State University"
                },
                {
                    "id": 602,
                    "value": "Ferrum College"
                },
                {
                    "id": 603,
                    "value": "Fielding Graduate University"
                },
                {
                    "id": 604,
                    "value": "Finlandia University"
                },
                {
                    "id": 605,
                    "value": "Fisher College"
                },
                {
                    "id": 606,
                    "value": "Fisk University"
                },
                {
                    "id": 607,
                    "value": "Fitchburg State University"
                },
                {
                    "id": 608,
                    "value": "Five Towns College"
                },
                {
                    "id": 609,
                    "value": "Flagler College"
                },
                {
                    "id": 610,
                    "value": "Florida Agricultural and Mechanical University"
                },
                {
                    "id": 611,
                    "value": "Florida Atlantic University"
                },
                {
                    "id": 612,
                    "value": "Florida College"
                },
                {
                    "id": 613,
                    "value": "Florida Gateway College"
                },
                {
                    "id": 614,
                    "value": "Florida Gulf Coast University"
                },
                {
                    "id": 615,
                    "value": "Florida Institute of Technology"
                },
                {
                    "id": 616,
                    "value": "Florida International University"
                },
                {
                    "id": 617,
                    "value": "Florida Memorial University"
                },
                {
                    "id": 618,
                    "value": "Florida National University"
                },
                {
                    "id": 619,
                    "value": "Florida Southern College"
                },
                {
                    "id": 620,
                    "value": "Florida SouthWestern State College"
                },
                {
                    "id": 621,
                    "value": "Florida State College at Jacksonville"
                },
                {
                    "id": 622,
                    "value": "Florida State University"
                },
                {
                    "id": 623,
                    "value": "Fontbonne University"
                },
                {
                    "id": 624,
                    "value": "Fordham University"
                },
                {
                    "id": 625,
                    "value": "Fort Hays State University"
                },
                {
                    "id": 626,
                    "value": "Fort Lewis College"
                },
                {
                    "id": 627,
                    "value": "Fort Valley State University"
                },
                {
                    "id": 628,
                    "value": "Framingham State University"
                },
                {
                    "id": 629,
                    "value": "Francis Marion University"
                },
                {
                    "id": 630,
                    "value": "Franciscan Missionaries of Our Lady University"
                },
                {
                    "id": 631,
                    "value": "Franciscan University of Steubenville"
                },
                {
                    "id": 632,
                    "value": "Franklin and Marshall College"
                },
                {
                    "id": 633,
                    "value": "Franklin College"
                },
                {
                    "id": 634,
                    "value": "Franklin Pierce University"
                },
                {
                    "id": 635,
                    "value": "Franklin University"
                },
                {
                    "id": 636,
                    "value": "Franklin W. Olin College of Engineering"
                },
                {
                    "id": 637,
                    "value": "Freed-Hardeman University"
                },
                {
                    "id": 638,
                    "value": "Fresno Pacific University"
                },
                {
                    "id": 639,
                    "value": "Friends University"
                },
                {
                    "id": 640,
                    "value": "Frostburg State University"
                },
                {
                    "id": 641,
                    "value": "Furman University"
                },
                {
                    "id": 642,
                    "value": "Gallaudet University"
                },
                {
                    "id": 643,
                    "value": "Gannon University"
                },
                {
                    "id": 644,
                    "value": "Gardner-Webb University"
                },
                {
                    "id": 645,
                    "value": "Geisinger Commonwealth School of Medicine"
                },
                {
                    "id": 646,
                    "value": "Geneva College"
                },
                {
                    "id": 647,
                    "value": "George Fox University"
                },
                {
                    "id": 648,
                    "value": "George Mason University"
                },
                {
                    "id": 649,
                    "value": "George Washington University"
                },
                {
                    "id": 650,
                    "value": "Georgetown College"
                },
                {
                    "id": 651,
                    "value": "Georgetown University"
                },
                {
                    "id": 652,
                    "value": "Georgia College and State University"
                },
                {
                    "id": 653,
                    "value": "Georgia Gwinnett College"
                },
                {
                    "id": 654,
                    "value": "Georgia Institute of Technology"
                },
                {
                    "id": 655,
                    "value": "Georgia Southern University"
                },
                {
                    "id": 656,
                    "value": "Georgia Southwestern State University"
                },
                {
                    "id": 657,
                    "value": "Georgia State University"
                },
                {
                    "id": 658,
                    "value": "Georgian Court University"
                },
                {
                    "id": 659,
                    "value": "Gettysburg College"
                },
                {
                    "id": 660,
                    "value": "Glenville State College"
                },
                {
                    "id": 661,
                    "value": "Goddard College"
                },
                {
                    "id": 662,
                    "value": "God's Bible School and College"
                },
                {
                    "id": 663,
                    "value": "Golden Gate University"
                },
                {
                    "id": 664,
                    "value": "Goldey-Beacom College"
                },
                {
                    "id": 665,
                    "value": "Gonzaga University"
                },
                {
                    "id": 666,
                    "value": "Good Samaritan College of Nursing and Health Science"
                },
                {
                    "id": 667,
                    "value": "Goodwin College"
                },
                {
                    "id": 668,
                    "value": "Gordon College"
                },
                {
                    "id": 669,
                    "value": "Gordon State College"
                },
                {
                    "id": 670,
                    "value": "Goshen College"
                },
                {
                    "id": 671,
                    "value": "Goucher College"
                },
                {
                    "id": 672,
                    "value": "Governors State University"
                },
                {
                    "id": 673,
                    "value": "Grace Bible College"
                },
                {
                    "id": 674,
                    "value": "Grace College"
                },
                {
                    "id": 675,
                    "value": "Grace University"
                },
                {
                    "id": 676,
                    "value": "Graceland University"
                },
                {
                    "id": 677,
                    "value": "Grambling State University"
                },
                {
                    "id": 678,
                    "value": "Grand Canyon University"
                },
                {
                    "id": 679,
                    "value": "Grand Valley State University"
                },
                {
                    "id": 680,
                    "value": "Grand View University"
                },
                {
                    "id": 681,
                    "value": "Granite State College"
                },
                {
                    "id": 682,
                    "value": "Gratz College"
                },
                {
                    "id": 683,
                    "value": "Great Basin College"
                },
                {
                    "id": 684,
                    "value": "Great Lakes Christian College"
                },
                {
                    "id": 685,
                    "value": "Green Mountain College"
                },
                {
                    "id": 686,
                    "value": "Greensboro College"
                },
                {
                    "id": 687,
                    "value": "Greenville College"
                },
                {
                    "id": 688,
                    "value": "Grinnell College"
                },
                {
                    "id": 689,
                    "value": "Grove City College"
                },
                {
                    "id": 690,
                    "value": "Guilford College"
                },
                {
                    "id": 691,
                    "value": "Gulf Coast State College"
                },
                {
                    "id": 692,
                    "value": "Gustavus Adolphus College"
                },
                {
                    "id": 693,
                    "value": "Gwynedd Mercy University"
                },
                {
                    "id": 694,
                    "value": "Hamilton College"
                },
                {
                    "id": 695,
                    "value": "Hamline University"
                },
                {
                    "id": 696,
                    "value": "Hampden-Sydney College"
                },
                {
                    "id": 697,
                    "value": "Hampshire College"
                },
                {
                    "id": 698,
                    "value": "Hampton University"
                },
                {
                    "id": 699,
                    "value": "Hannibal-LaGrange University"
                },
                {
                    "id": 700,
                    "value": "Hanover College"
                },
                {
                    "id": 701,
                    "value": "Harding University"
                },
                {
                    "id": 702,
                    "value": "Hardin-Simmons University"
                },
                {
                    "id": 703,
                    "value": "Harrisburg University of Science and Technology"
                },
                {
                    "id": 704,
                    "value": "Harris-Stowe State University"
                },
                {
                    "id": 705,
                    "value": "Hartwick College"
                },
                {
                    "id": 706,
                    "value": "Harvard University"
                },
                {
                    "id": 707,
                    "value": "Harvey Mudd College"
                },
                {
                    "id": 708,
                    "value": "Hastings College"
                },
                {
                    "id": 709,
                    "value": "Haverford College"
                },
                {
                    "id": 710,
                    "value": "Hawaii Pacific University"
                },
                {
                    "id": 711,
                    "value": "Hebrew College"
                },
                {
                    "id": 712,
                    "value": "Heidelberg University"
                },
                {
                    "id": 713,
                    "value": "Helene Fuld College of Nursing"
                },
                {
                    "id": 714,
                    "value": "Henderson State University"
                },
                {
                    "id": 715,
                    "value": "Hendrix College"
                },
                {
                    "id": 716,
                    "value": "Heritage Christian University"
                },
                {
                    "id": 717,
                    "value": "Heritage University"
                },
                {
                    "id": 718,
                    "value": "Herzing University"
                },
                {
                    "id": 719,
                    "value": "High Point University"
                },
                {
                    "id": 720,
                    "value": "Hilbert College"
                },
                {
                    "id": 721,
                    "value": "Hillsdale College"
                },
                {
                    "id": 722,
                    "value": "Hiram College"
                },
                {
                    "id": 723,
                    "value": "Hobart and William Smith Colleges"
                },
                {
                    "id": 724,
                    "value": "Hodges University"
                },
                {
                    "id": 725,
                    "value": "Hofstra University"
                },
                {
                    "id": 726,
                    "value": "Hollins University"
                },
                {
                    "id": 727,
                    "value": "Holy Apostles College and Seminary"
                },
                {
                    "id": 728,
                    "value": "Holy Cross College"
                },
                {
                    "id": 729,
                    "value": "Holy Family University"
                },
                {
                    "id": 730,
                    "value": "Holy Names University"
                },
                {
                    "id": 731,
                    "value": "Hood College"
                },
                {
                    "id": 732,
                    "value": "Hope College"
                },
                {
                    "id": 733,
                    "value": "Hope International University"
                },
                {
                    "id": 734,
                    "value": "Houghton College"
                },
                {
                    "id": 735,
                    "value": "Houston Baptist University"
                },
                {
                    "id": 736,
                    "value": "Howard Payne University"
                },
                {
                    "id": 737,
                    "value": "Howard University"
                },
                {
                    "id": 738,
                    "value": "Hult International Business School"
                },
                {
                    "id": 739,
                    "value": "Humboldt State University"
                },
                {
                    "id": 740,
                    "value": "Humphreys University"
                },
                {
                    "id": 741,
                    "value": "Hunter College, CUNY"
                },
                {
                    "id": 742,
                    "value": "Huntingdon College"
                },
                {
                    "id": 743,
                    "value": "Huntington University"
                },
                {
                    "id": 744,
                    "value": "Husson University"
                },
                {
                    "id": 745,
                    "value": "Huston-Tillotson University"
                },
                {
                    "id": 746,
                    "value": "Icahn School of Medicine at Mount Sinai"
                },
                {
                    "id": 747,
                    "value": "Idaho State University"
                },
                {
                    "id": 748,
                    "value": "Illinois College"
                },
                {
                    "id": 749,
                    "value": "Illinois College of Optometry"
                },
                {
                    "id": 750,
                    "value": "Illinois Institute of Technology"
                },
                {
                    "id": 751,
                    "value": "Illinois State University"
                },
                {
                    "id": 752,
                    "value": "Illinois Wesleyan University"
                },
                {
                    "id": 753,
                    "value": "Immaculata University"
                },
                {
                    "id": 754,
                    "value": "Indian River State College"
                },
                {
                    "id": 755,
                    "value": "Indiana Institute of Technology"
                },
                {
                    "id": 756,
                    "value": "Indiana State University"
                },
                {
                    "id": 757,
                    "value": "Indiana University - Purdue University Fort Wayne"
                },
                {
                    "id": 758,
                    "value": "Indiana University - Purdue University Indianapolis"
                },
                {
                    "id": 759,
                    "value": "Indiana University Bloomington"
                },
                {
                    "id": 760,
                    "value": "Indiana University East"
                },
                {
                    "id": 761,
                    "value": "Indiana University Kokomo"
                },
                {
                    "id": 762,
                    "value": "Indiana University Northwest"
                },
                {
                    "id": 763,
                    "value": "Indiana University of Pennsylvania"
                },
                {
                    "id": 764,
                    "value": "Indiana University South Bend"
                },
                {
                    "id": 765,
                    "value": "Indiana University Southeast"
                },
                {
                    "id": 766,
                    "value": "Indiana Wesleyan University"
                },
                {
                    "id": 767,
                    "value": "Iona College"
                },
                {
                    "id": 768,
                    "value": "Iowa State University of Science and Technology"
                },
                {
                    "id": 769,
                    "value": "Iowa Wesleyan University"
                },
                {
                    "id": 770,
                    "value": "Irell and Manella Graduate School of Biological Sciences"
                },
                {
                    "id": 771,
                    "value": "Ithaca College"
                },
                {
                    "id": 772,
                    "value": "Jackson State University"
                },
                {
                    "id": 773,
                    "value": "Jacksonville State University"
                },
                {
                    "id": 774,
                    "value": "Jacksonville University"
                },
                {
                    "id": 775,
                    "value": "James Madison University"
                },
                {
                    "id": 776,
                    "value": "Jamestown Business College"
                },
                {
                    "id": 777,
                    "value": "Jarvis Christian College"
                },
                {
                    "id": 778,
                    "value": "Jefferson College of Health Sciences"
                },
                {
                    "id": 779,
                    "value": "John Brown University"
                },
                {
                    "id": 780,
                    "value": "John Carroll University"
                },
                {
                    "id": 781,
                    "value": "John F. Kennedy University"
                },
                {
                    "id": 782,
                    "value": "John Jay College of Criminal Justice"
                },
                {
                    "id": 783,
                    "value": "John Paul the Great Catholic University"
                },
                {
                    "id": 784,
                    "value": "John Wesley University"
                },
                {
                    "id": 785,
                    "value": "Johns Hopkins University"
                },
                {
                    "id": 786,
                    "value": "Johnson and Wales University"
                },
                {
                    "id": 787,
                    "value": "Johnson C. Smith University"
                },
                {
                    "id": 788,
                    "value": "Johnson State College"
                },
                {
                    "id": 789,
                    "value": "Johnson University"
                },
                {
                    "id": 790,
                    "value": "Judson College"
                },
                {
                    "id": 791,
                    "value": "Judson University"
                },
                {
                    "id": 792,
                    "value": "Juniata College"
                },
                {
                    "id": 793,
                    "value": "Kalamazoo College"
                },
                {
                    "id": 794,
                    "value": "Kansas City Art Institute"
                },
                {
                    "id": 795,
                    "value": "Kansas City University of Medicine and Biosciences"
                },
                {
                    "id": 796,
                    "value": "Kansas State University"
                },
                {
                    "id": 797,
                    "value": "Kansas Wesleyan University"
                },
                {
                    "id": 798,
                    "value": "Kaplan University"
                },
                {
                    "id": 799,
                    "value": "Kean University"
                },
                {
                    "id": 800,
                    "value": "Keck Graduate Institute"
                },
                {
                    "id": 801,
                    "value": "Keene State College"
                },
                {
                    "id": 802,
                    "value": "Keiser University"
                },
                {
                    "id": 803,
                    "value": "Kendall College"
                },
                {
                    "id": 804,
                    "value": "Kennesaw State University"
                },
                {
                    "id": 805,
                    "value": "Kent State University"
                },
                {
                    "id": 806,
                    "value": "Kentucky Christian University"
                },
                {
                    "id": 807,
                    "value": "Kentucky State University"
                },
                {
                    "id": 808,
                    "value": "Kentucky Wesleyan College"
                },
                {
                    "id": 809,
                    "value": "Kenyon College"
                },
                {
                    "id": 810,
                    "value": "Kettering College"
                },
                {
                    "id": 811,
                    "value": "Kettering University"
                },
                {
                    "id": 812,
                    "value": "Keuka College"
                },
                {
                    "id": 813,
                    "value": "Keystone College"
                },
                {
                    "id": 814,
                    "value": "King University"
                },
                {
                    "id": 815,
                    "value": "King's College"
                },
                {
                    "id": 816,
                    "value": "Knox College"
                },
                {
                    "id": 817,
                    "value": "Kutztown University of Pennsylvania"
                },
                {
                    "id": 818,
                    "value": "Kuyper College"
                },
                {
                    "id": 819,
                    "value": "La Roche College"
                },
                {
                    "id": 820,
                    "value": "La Salle University"
                },
                {
                    "id": 821,
                    "value": "La Sierra University"
                },
                {
                    "id": 822,
                    "value": "Labouré College"
                },
                {
                    "id": 823,
                    "value": "Lafayette College"
                },
                {
                    "id": 824,
                    "value": "LaGrange College"
                },
                {
                    "id": 825,
                    "value": "Laguna College of Art and Design"
                },
                {
                    "id": 826,
                    "value": "Lake Erie College"
                },
                {
                    "id": 827,
                    "value": "Lake Forest College"
                },
                {
                    "id": 828,
                    "value": "Lake Forest Graduate School of Management"
                },
                {
                    "id": 829,
                    "value": "Lake Superior State University"
                },
                {
                    "id": 830,
                    "value": "Lake Washington Institute of Technology"
                },
                {
                    "id": 831,
                    "value": "Lakeland College"
                },
                {
                    "id": 832,
                    "value": "Lakeview College of Nursing"
                },
                {
                    "id": 833,
                    "value": "Lamar University"
                },
                {
                    "id": 834,
                    "value": "Lancaster Bible College"
                },
                {
                    "id": 835,
                    "value": "Lander University"
                },
                {
                    "id": 836,
                    "value": "Landmark College"
                },
                {
                    "id": 837,
                    "value": "Lane College"
                },
                {
                    "id": 838,
                    "value": "Langston University"
                },
                {
                    "id": 839,
                    "value": "Lasell College"
                },
                {
                    "id": 840,
                    "value": "Lawrence Technological University"
                },
                {
                    "id": 841,
                    "value": "Lawrence University"
                },
                {
                    "id": 842,
                    "value": "Le Moyne College"
                },
                {
                    "id": 843,
                    "value": "Lebanon Valley College"
                },
                {
                    "id": 844,
                    "value": "Lee University"
                },
                {
                    "id": 845,
                    "value": "Lees-McRae College"
                },
                {
                    "id": 846,
                    "value": "Lehigh University"
                },
                {
                    "id": 847,
                    "value": "Lehman College, CUNY"
                },
                {
                    "id": 848,
                    "value": "LeMoyne-Owen College"
                },
                {
                    "id": 849,
                    "value": "Lenoir-Rhyne University"
                },
                {
                    "id": 850,
                    "value": "Lesley University"
                },
                {
                    "id": 851,
                    "value": "LeTourneau University"
                },
                {
                    "id": 852,
                    "value": "Lewis & Clark College"
                },
                {
                    "id": 853,
                    "value": "Lewis University"
                },
                {
                    "id": 854,
                    "value": "Lewis-Clark State College"
                },
                {
                    "id": 855,
                    "value": "Liberty University"
                },
                {
                    "id": 856,
                    "value": "Life Pacific College"
                },
                {
                    "id": 857,
                    "value": "Life University"
                },
                {
                    "id": 858,
                    "value": "LIM College"
                },
                {
                    "id": 859,
                    "value": "Limestone College"
                },
                {
                    "id": 860,
                    "value": "Lincoln Christian University"
                },
                {
                    "id": 861,
                    "value": "Lincoln College"
                },
                {
                    "id": 862,
                    "value": "Lincoln College of New England"
                },
                {
                    "id": 863,
                    "value": "Lincoln Memorial University"
                },
                {
                    "id": 864,
                    "value": "Lincoln University"
                },
                {
                    "id": 865,
                    "value": "Lincoln University, California"
                },
                {
                    "id": 866,
                    "value": "Lincoln University, Missouri"
                },
                {
                    "id": 867,
                    "value": "Lindenwood University"
                },
                {
                    "id": 868,
                    "value": "Lindsey Wilson College"
                },
                {
                    "id": 869,
                    "value": "Linfield College"
                },
                {
                    "id": 870,
                    "value": "Lipscomb University"
                },
                {
                    "id": 871,
                    "value": "Livingstone College"
                },
                {
                    "id": 872,
                    "value": "Lock Haven University"
                },
                {
                    "id": 873,
                    "value": "Logan University"
                },
                {
                    "id": 874,
                    "value": "Loma Linda University"
                },
                {
                    "id": 875,
                    "value": "Long Island University"
                },
                {
                    "id": 876,
                    "value": "Longwood University"
                },
                {
                    "id": 877,
                    "value": "Loras College"
                },
                {
                    "id": 878,
                    "value": "Louisiana College"
                },
                {
                    "id": 879,
                    "value": "Louisiana State University"
                },
                {
                    "id": 880,
                    "value": "Louisiana State University Health Sciences Center"
                },
                {
                    "id": 881,
                    "value": "Louisiana State University Health Sciences Center-Shreveport"
                },
                {
                    "id": 882,
                    "value": "Louisiana State University in Shreveport"
                },
                {
                    "id": 883,
                    "value": "Louisiana State University of Alexandria"
                },
                {
                    "id": 884,
                    "value": "Louisiana Tech University"
                },
                {
                    "id": 885,
                    "value": "Lourdes University"
                },
                {
                    "id": 886,
                    "value": "Loyola Marymount University"
                },
                {
                    "id": 887,
                    "value": "Loyola University Chicago"
                },
                {
                    "id": 888,
                    "value": "Loyola University Maryland"
                },
                {
                    "id": 889,
                    "value": "Loyola University New Orleans"
                },
                {
                    "id": 890,
                    "value": "Lubbock Christian University"
                },
                {
                    "id": 891,
                    "value": "Luther College"
                },
                {
                    "id": 892,
                    "value": "Lycoming College"
                },
                {
                    "id": 893,
                    "value": "Lynchburg College"
                },
                {
                    "id": 894,
                    "value": "Lyndon State College"
                },
                {
                    "id": 895,
                    "value": "Lynn University"
                },
                {
                    "id": 896,
                    "value": "Lyon College"
                },
                {
                    "id": 897,
                    "value": "Macalester College"
                },
                {
                    "id": 898,
                    "value": "MacMurray College"
                },
                {
                    "id": 899,
                    "value": "Madonna University"
                },
                {
                    "id": 900,
                    "value": "Maharishi University of Management"
                },
                {
                    "id": 901,
                    "value": "Maine College of Art"
                },
                {
                    "id": 902,
                    "value": "Maine Maritime Academy"
                },
                {
                    "id": 903,
                    "value": "Malone University"
                },
                {
                    "id": 904,
                    "value": "Manchester University"
                },
                {
                    "id": 905,
                    "value": "Manhattan Christian College"
                },
                {
                    "id": 906,
                    "value": "Manhattan College"
                },
                {
                    "id": 907,
                    "value": "Manhattan School of Music"
                },
                {
                    "id": 908,
                    "value": "Manhattanville College"
                },
                {
                    "id": 909,
                    "value": "Mansfield University of Pennsylvania"
                },
                {
                    "id": 910,
                    "value": "Maranatha Baptist University"
                },
                {
                    "id": 911,
                    "value": "Maria College"
                },
                {
                    "id": 912,
                    "value": "Marian University"
                },
                {
                    "id": 913,
                    "value": "Marian University, Wisconsin"
                },
                {
                    "id": 914,
                    "value": "Marietta College"
                },
                {
                    "id": 915,
                    "value": "Marist College"
                },
                {
                    "id": 916,
                    "value": "Marlboro College"
                },
                {
                    "id": 917,
                    "value": "Marquette University"
                },
                {
                    "id": 918,
                    "value": "Mars Hill University"
                },
                {
                    "id": 919,
                    "value": "Marshall B. Ketchum University"
                },
                {
                    "id": 920,
                    "value": "Marshall University"
                },
                {
                    "id": 921,
                    "value": "Martin Luther College"
                },
                {
                    "id": 922,
                    "value": "Martin Methodist College"
                },
                {
                    "id": 923,
                    "value": "Martin University"
                },
                {
                    "id": 924,
                    "value": "Mary Baldwin University"
                },
                {
                    "id": 925,
                    "value": "Marygrove College"
                },
                {
                    "id": 926,
                    "value": "Maryland Institute College of Art"
                },
                {
                    "id": 927,
                    "value": "Maryland University of Integrative Health"
                },
                {
                    "id": 928,
                    "value": "Marylhurst University"
                },
                {
                    "id": 929,
                    "value": "Marymount California University"
                },
                {
                    "id": 930,
                    "value": "Marymount Manhattan College"
                },
                {
                    "id": 931,
                    "value": "Marymount University"
                },
                {
                    "id": 932,
                    "value": "Maryville College"
                },
                {
                    "id": 933,
                    "value": "Maryville University"
                },
                {
                    "id": 934,
                    "value": "Marywood University"
                },
                {
                    "id": 935,
                    "value": "Massachusetts College of Art and Design"
                },
                {
                    "id": 936,
                    "value": "Massachusetts College of Liberal Arts"
                },
                {
                    "id": 937,
                    "value": "Massachusetts Institute of Technology"
                },
                {
                    "id": 938,
                    "value": "Massachusetts Maritime Academy"
                },
                {
                    "id": 939,
                    "value": "Massachusetts School of Law"
                },
                {
                    "id": 940,
                    "value": "Mayo Medical School"
                },
                {
                    "id": 941,
                    "value": "Mayville State University"
                },
                {
                    "id": 942,
                    "value": "McDaniel College"
                },
                {
                    "id": 943,
                    "value": "McKendree University"
                },
                {
                    "id": 944,
                    "value": "McMurry University"
                },
                {
                    "id": 945,
                    "value": "McNeese State University"
                },
                {
                    "id": 946,
                    "value": "McPherson College"
                },
                {
                    "id": 947,
                    "value": "MCPHS University"
                },
                {
                    "id": 948,
                    "value": "Medaille College"
                },
                {
                    "id": 949,
                    "value": "Medgar Evers College"
                },
                {
                    "id": 950,
                    "value": "Medical College of Wisconsin"
                },
                {
                    "id": 951,
                    "value": "Medical University of South Carolina"
                },
                {
                    "id": 952,
                    "value": "Meharry Medical College"
                },
                {
                    "id": 953,
                    "value": "Memphis College of Art"
                },
                {
                    "id": 954,
                    "value": "Menlo College"
                },
                {
                    "id": 955,
                    "value": "Mercer University"
                },
                {
                    "id": 956,
                    "value": "Mercy College"
                },
                {
                    "id": 957,
                    "value": "Mercy College of Health Sciences"
                },
                {
                    "id": 958,
                    "value": "Mercy College of Ohio"
                },
                {
                    "id": 959,
                    "value": "Mercyhurst University"
                },
                {
                    "id": 960,
                    "value": "Meredith College"
                },
                {
                    "id": 961,
                    "value": "Merrimack College"
                },
                {
                    "id": 962,
                    "value": "Messiah College"
                },
                {
                    "id": 963,
                    "value": "Methodist College"
                },
                {
                    "id": 964,
                    "value": "Methodist University"
                },
                {
                    "id": 965,
                    "value": "Metropolitan College of New York"
                },
                {
                    "id": 966,
                    "value": "Metropolitan State University"
                },
                {
                    "id": 967,
                    "value": "Metropolitan State University of Denver"
                },
                {
                    "id": 968,
                    "value": "MGH Institute of Health Professions"
                },
                {
                    "id": 969,
                    "value": "Miami Dade College"
                },
                {
                    "id": 970,
                    "value": "Miami University"
                },
                {
                    "id": 971,
                    "value": "Michigan School of Professional Psychology"
                },
                {
                    "id": 972,
                    "value": "Michigan State University"
                },
                {
                    "id": 973,
                    "value": "Michigan Technological University"
                },
                {
                    "id": 974,
                    "value": "Mid-America Christian University"
                },
                {
                    "id": 975,
                    "value": "MidAmerica Nazarene University"
                },
                {
                    "id": 976,
                    "value": "Mid-Atlantic Christian University"
                },
                {
                    "id": 977,
                    "value": "Middle Georgia State University"
                },
                {
                    "id": 978,
                    "value": "Middle Tennessee School of Anesthesia"
                },
                {
                    "id": 979,
                    "value": "Middle Tennessee State University"
                },
                {
                    "id": 980,
                    "value": "Middlebury College"
                },
                {
                    "id": 981,
                    "value": "Midland College"
                },
                {
                    "id": 982,
                    "value": "Midland University"
                },
                {
                    "id": 983,
                    "value": "Midstate College"
                },
                {
                    "id": 984,
                    "value": "Midway University"
                },
                {
                    "id": 985,
                    "value": "Midwestern State University"
                },
                {
                    "id": 986,
                    "value": "Midwestern University"
                },
                {
                    "id": 987,
                    "value": "Miles College"
                },
                {
                    "id": 988,
                    "value": "Millersville University of Pennsylvania"
                },
                {
                    "id": 989,
                    "value": "Milligan College"
                },
                {
                    "id": 990,
                    "value": "Millikin University"
                },
                {
                    "id": 991,
                    "value": "Mills College"
                },
                {
                    "id": 992,
                    "value": "Millsaps College"
                },
                {
                    "id": 993,
                    "value": "Milwaukee Institute of Art & Design"
                },
                {
                    "id": 994,
                    "value": "Milwaukee School of Engineering"
                },
                {
                    "id": 995,
                    "value": "Minneapolis College of Art and Design"
                },
                {
                    "id": 996,
                    "value": "Minnesota State University Moorhead"
                },
                {
                    "id": 997,
                    "value": "Minnesota State University, Mankato"
                },
                {
                    "id": 998,
                    "value": "Minot State University"
                },
                {
                    "id": 999,
                    "value": "Misericordia University"
                },
                {
                    "id": 1000,
                    "value": "Mississippi College"
                },
                {
                    "id": 1001,
                    "value": "Mississippi State University"
                },
                {
                    "id": 1002,
                    "value": "Mississippi University for Women"
                },
                {
                    "id": 1003,
                    "value": "Mississippi Valley State University"
                },
                {
                    "id": 1004,
                    "value": "Missouri Baptist University"
                },
                {
                    "id": 1005,
                    "value": "Missouri Southern State University"
                },
                {
                    "id": 1006,
                    "value": "Missouri State University"
                },
                {
                    "id": 1007,
                    "value": "Missouri University of Science and Technology"
                },
                {
                    "id": 1008,
                    "value": "Missouri Valley College"
                },
                {
                    "id": 1009,
                    "value": "Missouri Western State University"
                },
                {
                    "id": 1010,
                    "value": "Mitchell College"
                },
                {
                    "id": 1011,
                    "value": "Mitchell Hamline School of Law"
                },
                {
                    "id": 1012,
                    "value": "Molloy College"
                },
                {
                    "id": 1013,
                    "value": "Monmouth College"
                },
                {
                    "id": 1014,
                    "value": "Monmouth University"
                },
                {
                    "id": 1015,
                    "value": "Monroe College"
                },
                {
                    "id": 1016,
                    "value": "Montana State University"
                },
                {
                    "id": 1017,
                    "value": "Montana State University Billings"
                },
                {
                    "id": 1018,
                    "value": "Montana State University-Northern"
                },
                {
                    "id": 1019,
                    "value": "Montana Tech"
                },
                {
                    "id": 1020,
                    "value": "Montclair State University"
                },
                {
                    "id": 1021,
                    "value": "Montreat College"
                },
                {
                    "id": 1022,
                    "value": "Montserrat College of Art"
                },
                {
                    "id": 1023,
                    "value": "Moody Bible Institute"
                },
                {
                    "id": 1024,
                    "value": "Moore College of Art and Design"
                },
                {
                    "id": 1025,
                    "value": "Moravian College"
                },
                {
                    "id": 1026,
                    "value": "Morehead State University"
                },
                {
                    "id": 1027,
                    "value": "Morehouse College"
                },
                {
                    "id": 1028,
                    "value": "Morehouse School of Medicine"
                },
                {
                    "id": 1029,
                    "value": "Morgan State University"
                },
                {
                    "id": 1030,
                    "value": "Morningside College"
                },
                {
                    "id": 1031,
                    "value": "Morris College"
                },
                {
                    "id": 1032,
                    "value": "Morrisville State College"
                },
                {
                    "id": 1033,
                    "value": "Mount Aloysius College"
                },
                {
                    "id": 1034,
                    "value": "Mount Carmel College of Nursing"
                },
                {
                    "id": 1035,
                    "value": "Mount Holyoke College"
                },
                {
                    "id": 1036,
                    "value": "Mount Ida College"
                },
                {
                    "id": 1037,
                    "value": "Mount Marty College"
                },
                {
                    "id": 1038,
                    "value": "Mount Mary University"
                },
                {
                    "id": 1039,
                    "value": "Mount Mercy University"
                },
                {
                    "id": 1040,
                    "value": "Mount Saint Mary College"
                },
                {
                    "id": 1041,
                    "value": "Mount Saint Mary's University"
                },
                {
                    "id": 1042,
                    "value": "Mount St. Joseph University"
                },
                {
                    "id": 1043,
                    "value": "Mount St. Mary's University"
                },
                {
                    "id": 1044,
                    "value": "Mount Vernon Nazarene University"
                },
                {
                    "id": 1045,
                    "value": "Muhlenberg College"
                },
                {
                    "id": 1046,
                    "value": "Multnomah University"
                },
                {
                    "id": 1047,
                    "value": "Murray State University"
                },
                {
                    "id": 1048,
                    "value": "Muskingum University"
                },
                {
                    "id": 1049,
                    "value": "Naropa University"
                },
                {
                    "id": 1050,
                    "value": "National American University"
                },
                {
                    "id": 1051,
                    "value": "National Defense University"
                },
                {
                    "id": 1052,
                    "value": "National Labor College"
                },
                {
                    "id": 1053,
                    "value": "National University"
                },
                {
                    "id": 1054,
                    "value": "National University of Health Sciences"
                },
                {
                    "id": 1055,
                    "value": "National-Louis University"
                },
                {
                    "id": 1056,
                    "value": "Naval Postgraduate School"
                },
                {
                    "id": 1057,
                    "value": "Nazarene Bible College"
                },
                {
                    "id": 1058,
                    "value": "Nazareth College"
                },
                {
                    "id": 1059,
                    "value": "Nebraska Christian College"
                },
                {
                    "id": 1060,
                    "value": "Nebraska Methodist College"
                },
                {
                    "id": 1061,
                    "value": "Nebraska Wesleyan University"
                },
                {
                    "id": 1062,
                    "value": "Neumann University"
                },
                {
                    "id": 1063,
                    "value": "Neumont University"
                },
                {
                    "id": 1064,
                    "value": "Nevada State College"
                },
                {
                    "id": 1065,
                    "value": "New College of Florida"
                },
                {
                    "id": 1066,
                    "value": "New England College"
                },
                {
                    "id": 1067,
                    "value": "New England College of Optometry"
                },
                {
                    "id": 1068,
                    "value": "New England Conservatory"
                },
                {
                    "id": 1069,
                    "value": "New England Institute of Technology"
                },
                {
                    "id": 1070,
                    "value": "New England Law | Boston"
                },
                {
                    "id": 1071,
                    "value": "New Hope Christian College"
                },
                {
                    "id": 1072,
                    "value": "New Jersey City University"
                },
                {
                    "id": 1073,
                    "value": "New Jersey Institute of Technology"
                },
                {
                    "id": 1074,
                    "value": "New Mexico Highlands University"
                },
                {
                    "id": 1075,
                    "value": "New Mexico Institute of Mining and Technology"
                },
                {
                    "id": 1076,
                    "value": "New Mexico State University"
                },
                {
                    "id": 1077,
                    "value": "New York Academy of Art"
                },
                {
                    "id": 1078,
                    "value": "New York City College of Technology, CUNY"
                },
                {
                    "id": 1079,
                    "value": "New York College of Podiatric Medicine"
                },
                {
                    "id": 1080,
                    "value": "New York Institute of Technology"
                },
                {
                    "id": 1081,
                    "value": "New York Law School"
                },
                {
                    "id": 1082,
                    "value": "New York Medical College"
                },
                {
                    "id": 1083,
                    "value": "New York School of Interior Design"
                },
                {
                    "id": 1084,
                    "value": "New York University"
                },
                {
                    "id": 1085,
                    "value": "Newberry College"
                },
                {
                    "id": 1086,
                    "value": "Newbury College"
                },
                {
                    "id": 1087,
                    "value": "Newman University"
                },
                {
                    "id": 1088,
                    "value": "NewSchool of Architecture and Design"
                },
                {
                    "id": 1089,
                    "value": "Niagara University"
                },
                {
                    "id": 1090,
                    "value": "Nicholls State University"
                },
                {
                    "id": 1091,
                    "value": "Nichols College"
                },
                {
                    "id": 1092,
                    "value": "Norfolk State University"
                },
                {
                    "id": 1093,
                    "value": "North Carolina Agricultural and Technical State University"
                },
                {
                    "id": 1094,
                    "value": "North Carolina Central University"
                },
                {
                    "id": 1095,
                    "value": "North Carolina State University"
                },
                {
                    "id": 1096,
                    "value": "North Carolina Wesleyan College"
                },
                {
                    "id": 1097,
                    "value": "North Central College"
                },
                {
                    "id": 1098,
                    "value": "North Central University"
                },
                {
                    "id": 1099,
                    "value": "North Dakota State University"
                },
                {
                    "id": 1100,
                    "value": "North Greenville University"
                },
                {
                    "id": 1101,
                    "value": "North Park University"
                },
                {
                    "id": 1102,
                    "value": "Northeast Catholic College"
                },
                {
                    "id": 1103,
                    "value": "Northeast Ohio Medical University"
                },
                {
                    "id": 1104,
                    "value": "Northeastern Illinois University"
                },
                {
                    "id": 1105,
                    "value": "Northeastern State University"
                },
                {
                    "id": 1106,
                    "value": "Northeastern University"
                },
                {
                    "id": 1107,
                    "value": "Northern Arizona University"
                },
                {
                    "id": 1108,
                    "value": "Northern Illinois University"
                },
                {
                    "id": 1109,
                    "value": "Northern Kentucky University"
                },
                {
                    "id": 1110,
                    "value": "Northern Michigan University"
                },
                {
                    "id": 1111,
                    "value": "Northern New Mexico College"
                },
                {
                    "id": 1112,
                    "value": "Northern State University"
                },
                {
                    "id": 1113,
                    "value": "Northland College"
                },
                {
                    "id": 1114,
                    "value": "Northpoint Bible College"
                },
                {
                    "id": 1115,
                    "value": "Northwest Christian University"
                },
                {
                    "id": 1116,
                    "value": "Northwest Florida State College"
                },
                {
                    "id": 1117,
                    "value": "Northwest Missouri State University"
                },
                {
                    "id": 1118,
                    "value": "Northwest Nazarene University"
                },
                {
                    "id": 1119,
                    "value": "Northwest University"
                },
                {
                    "id": 1120,
                    "value": "Northwestern College"
                },
                {
                    "id": 1121,
                    "value": "Northwestern Health Sciences University"
                },
                {
                    "id": 1122,
                    "value": "Northwestern Oklahoma State University"
                },
                {
                    "id": 1123,
                    "value": "Northwestern State University of Louisiana"
                },
                {
                    "id": 1124,
                    "value": "Northwestern University"
                },
                {
                    "id": 1125,
                    "value": "Northwood University"
                },
                {
                    "id": 1126,
                    "value": "Norwich University"
                },
                {
                    "id": 1127,
                    "value": "Notre Dame College"
                },
                {
                    "id": 1128,
                    "value": "Notre Dame de Namur University"
                },
                {
                    "id": 1129,
                    "value": "Notre Dame of Maryland University"
                },
                {
                    "id": 1130,
                    "value": "Nova Southeastern University"
                },
                {
                    "id": 1131,
                    "value": "Nyack College"
                },
                {
                    "id": 1132,
                    "value": "Oak Hills Christian College"
                },
                {
                    "id": 1133,
                    "value": "Oakland City University"
                },
                {
                    "id": 1134,
                    "value": "Oakland University"
                },
                {
                    "id": 1135,
                    "value": "Oakwood University"
                },
                {
                    "id": 1136,
                    "value": "Oberlin College"
                },
                {
                    "id": 1137,
                    "value": "Occidental College"
                },
                {
                    "id": 1138,
                    "value": "Oglethorpe University"
                },
                {
                    "id": 1139,
                    "value": "Ohio Christian University"
                },
                {
                    "id": 1140,
                    "value": "Ohio Dominican University"
                },
                {
                    "id": 1141,
                    "value": "Ohio Northern University"
                },
                {
                    "id": 1142,
                    "value": "Ohio University"
                },
                {
                    "id": 1143,
                    "value": "Ohio University Southern"
                },
                {
                    "id": 1144,
                    "value": "Ohio University-Chillicothe"
                },
                {
                    "id": 1145,
                    "value": "Ohio Valley University"
                },
                {
                    "id": 1146,
                    "value": "Ohio Wesleyan University"
                },
                {
                    "id": 1147,
                    "value": "Oklahoma Baptist University"
                },
                {
                    "id": 1148,
                    "value": "Oklahoma Christian University"
                },
                {
                    "id": 1149,
                    "value": "Oklahoma City University"
                },
                {
                    "id": 1150,
                    "value": "Oklahoma Panhandle State University"
                },
                {
                    "id": 1151,
                    "value": "Oklahoma State University"
                },
                {
                    "id": 1152,
                    "value": "Oklahoma Wesleyan University"
                },
                {
                    "id": 1153,
                    "value": "Old Dominion University"
                },
                {
                    "id": 1154,
                    "value": "Olivet College"
                },
                {
                    "id": 1155,
                    "value": "Olivet Nazarene University"
                },
                {
                    "id": 1156,
                    "value": "Oral Roberts University"
                },
                {
                    "id": 1157,
                    "value": "Oregon College of Art and Craft"
                },
                {
                    "id": 1158,
                    "value": "Oregon Health & Science University"
                },
                {
                    "id": 1159,
                    "value": "Oregon Institute of Technology"
                },
                {
                    "id": 1160,
                    "value": "Oregon State University"
                },
                {
                    "id": 1161,
                    "value": "Otis College of Art and Design"
                },
                {
                    "id": 1162,
                    "value": "Ottawa University"
                },
                {
                    "id": 1163,
                    "value": "Otterbein University"
                },
                {
                    "id": 1164,
                    "value": "Ouachita Baptist University"
                },
                {
                    "id": 1165,
                    "value": "Our Lady of the Lake University"
                },
                {
                    "id": 1166,
                    "value": "Ozark Christian College"
                },
                {
                    "id": 1167,
                    "value": "Pace University"
                },
                {
                    "id": 1168,
                    "value": "Pacific Lutheran University"
                },
                {
                    "id": 1169,
                    "value": "Pacific Northwest College of Art"
                },
                {
                    "id": 1170,
                    "value": "Pacific Oaks College"
                },
                {
                    "id": 1171,
                    "value": "Pacific Union College"
                },
                {
                    "id": 1172,
                    "value": "Pacific University"
                },
                {
                    "id": 1173,
                    "value": "Pacifica Graduate Institute"
                },
                {
                    "id": 1174,
                    "value": "Paine College"
                },
                {
                    "id": 1175,
                    "value": "Palm Beach Atlantic University"
                },
                {
                    "id": 1176,
                    "value": "Palm Beach State College"
                },
                {
                    "id": 1177,
                    "value": "Palo Alto University"
                },
                {
                    "id": 1178,
                    "value": "Pardee RAND Graduate School"
                },
                {
                    "id": 1179,
                    "value": "Park University"
                },
                {
                    "id": 1180,
                    "value": "Parker University"
                },
                {
                    "id": 1181,
                    "value": "Patten University"
                },
                {
                    "id": 1182,
                    "value": "Paul Quinn College"
                },
                {
                    "id": 1183,
                    "value": "Paul Smith's College"
                },
                {
                    "id": 1184,
                    "value": "Peirce College"
                },
                {
                    "id": 1185,
                    "value": "Penn State College of Medicine"
                },
                {
                    "id": 1186,
                    "value": "Penn State University"
                },
                {
                    "id": 1187,
                    "value": "Pennsylvania Academy of the Fine Arts"
                },
                {
                    "id": 1188,
                    "value": "Pennsylvania College of Art and Design"
                },
                {
                    "id": 1189,
                    "value": "Pennsylvania College of Health Sciences"
                },
                {
                    "id": 1190,
                    "value": "Pennsylvania College of Technology"
                },
                {
                    "id": 1191,
                    "value": "Pensacola State College"
                },
                {
                    "id": 1192,
                    "value": "Pepperdine University"
                },
                {
                    "id": 1193,
                    "value": "Peru State College"
                },
                {
                    "id": 1194,
                    "value": "Pfeiffer University"
                },
                {
                    "id": 1195,
                    "value": "Philander Smith College"
                },
                {
                    "id": 1196,
                    "value": "Phillips Graduate University"
                },
                {
                    "id": 1197,
                    "value": "Piedmont College"
                },
                {
                    "id": 1198,
                    "value": "Piedmont International University"
                },
                {
                    "id": 1199,
                    "value": "Pillar College"
                },
                {
                    "id": 1200,
                    "value": "Pine Manor College"
                },
                {
                    "id": 1201,
                    "value": "Pittsburg State University"
                },
                {
                    "id": 1202,
                    "value": "Pitzer College"
                },
                {
                    "id": 1203,
                    "value": "Plaza College"
                },
                {
                    "id": 1204,
                    "value": "Plymouth State University"
                },
                {
                    "id": 1205,
                    "value": "Point Loma Nazarene University"
                },
                {
                    "id": 1206,
                    "value": "Point Park University"
                },
                {
                    "id": 1207,
                    "value": "Point University"
                },
                {
                    "id": 1208,
                    "value": "Polk State College"
                },
                {
                    "id": 1209,
                    "value": "Pomona College"
                },
                {
                    "id": 1210,
                    "value": "Pontifical Faculty of the Immaculate Conception"
                },
                {
                    "id": 1211,
                    "value": "Portland State University"
                },
                {
                    "id": 1212,
                    "value": "Post University"
                },
                {
                    "id": 1213,
                    "value": "Prairie View A&M University"
                },
                {
                    "id": 1214,
                    "value": "Pratt Institute"
                },
                {
                    "id": 1215,
                    "value": "Presbyterian College"
                },
                {
                    "id": 1216,
                    "value": "Prescott College"
                },
                {
                    "id": 1217,
                    "value": "Presentation College"
                },
                {
                    "id": 1218,
                    "value": "Princeton University"
                },
                {
                    "id": 1219,
                    "value": "Principia College"
                },
                {
                    "id": 1220,
                    "value": "Providence Christian College"
                },
                {
                    "id": 1221,
                    "value": "Providence College"
                },
                {
                    "id": 1222,
                    "value": "Purchase College, State University of New York"
                },
                {
                    "id": 1223,
                    "value": "Purdue University"
                },
                {
                    "id": 1224,
                    "value": "Purdue University Northwest"
                },
                {
                    "id": 1225,
                    "value": "Queens College, City University of New York"
                },
                {
                    "id": 1226,
                    "value": "Queens University of Charlotte"
                },
                {
                    "id": 1227,
                    "value": "Quincy University"
                },
                {
                    "id": 1228,
                    "value": "Quinnipiac University"
                },
                {
                    "id": 1229,
                    "value": "Radford University"
                },
                {
                    "id": 1230,
                    "value": "Ramapo College of New Jersey"
                },
                {
                    "id": 1231,
                    "value": "Randolph College"
                },
                {
                    "id": 1232,
                    "value": "Randolph-Macon College"
                },
                {
                    "id": 1233,
                    "value": "Rasmussen College"
                },
                {
                    "id": 1234,
                    "value": "Reed College"
                },
                {
                    "id": 1235,
                    "value": "Regent University"
                },
                {
                    "id": 1236,
                    "value": "Regis College"
                },
                {
                    "id": 1237,
                    "value": "Regis University"
                },
                {
                    "id": 1238,
                    "value": "Reinhardt University"
                },
                {
                    "id": 1239,
                    "value": "Relay Graduate School of Education"
                },
                {
                    "id": 1240,
                    "value": "Rensselaer Polytechnic Institute"
                },
                {
                    "id": 1241,
                    "value": "Research College of Nursing"
                },
                {
                    "id": 1242,
                    "value": "Resurrection University"
                },
                {
                    "id": 1243,
                    "value": "Rhode Island College"
                },
                {
                    "id": 1244,
                    "value": "Rhode Island School of Design"
                },
                {
                    "id": 1245,
                    "value": "Rhodes College"
                },
                {
                    "id": 1246,
                    "value": "Rice University"
                },
                {
                    "id": 1247,
                    "value": "Richmont Graduate University"
                },
                {
                    "id": 1248,
                    "value": "Rider University"
                },
                {
                    "id": 1249,
                    "value": "Ringling College of Art and Design"
                },
                {
                    "id": 1250,
                    "value": "Ripon College"
                },
                {
                    "id": 1251,
                    "value": "Rivier University"
                },
                {
                    "id": 1252,
                    "value": "Roanoke College"
                },
                {
                    "id": 1253,
                    "value": "Robert Morris University"
                },
                {
                    "id": 1254,
                    "value": "Robert Morris University Illinois"
                },
                {
                    "id": 1255,
                    "value": "Roberts Wesleyan College"
                },
                {
                    "id": 1256,
                    "value": "Rochester College"
                },
                {
                    "id": 1257,
                    "value": "Rochester Institute of Technology"
                },
                {
                    "id": 1258,
                    "value": "Rockford University"
                },
                {
                    "id": 1259,
                    "value": "Rockhurst University"
                },
                {
                    "id": 1260,
                    "value": "Rocky Mountain College"
                },
                {
                    "id": 1261,
                    "value": "Rocky Mountain College of Art and Design"
                },
                {
                    "id": 1262,
                    "value": "Rocky Mountain University of Health Professions"
                },
                {
                    "id": 1263,
                    "value": "Rocky Vista University"
                },
                {
                    "id": 1264,
                    "value": "Roger Williams University"
                },
                {
                    "id": 1265,
                    "value": "Rogers State University"
                },
                {
                    "id": 1266,
                    "value": "Rollins College"
                },
                {
                    "id": 1267,
                    "value": "Roosevelt University"
                },
                {
                    "id": 1268,
                    "value": "Rosalind Franklin University of Medicine and Science"
                },
                {
                    "id": 1269,
                    "value": "Rose-Hulman Institute of Technology"
                },
                {
                    "id": 1270,
                    "value": "Roseman University of Health Sciences"
                },
                {
                    "id": 1271,
                    "value": "Rosemont College"
                },
                {
                    "id": 1272,
                    "value": "Rowan University"
                },
                {
                    "id": 1273,
                    "value": "Rush University"
                },
                {
                    "id": 1274,
                    "value": "Rust College"
                },
                {
                    "id": 1275,
                    "value": "Rutgers, The State University of New Jersey"
                },
                {
                    "id": 1276,
                    "value": "Sacred Heart University"
                },
                {
                    "id": 1277,
                    "value": "Saginaw Valley State University"
                },
                {
                    "id": 1278,
                    "value": "Saint Ambrose University"
                },
                {
                    "id": 1279,
                    "value": "Saint Anselm College"
                },
                {
                    "id": 1280,
                    "value": "Saint Anthony College of Nursing"
                },
                {
                    "id": 1281,
                    "value": "Saint Augustine College"
                },
                {
                    "id": 1282,
                    "value": "Saint Francis Medical Center College of Nursing"
                },
                {
                    "id": 1283,
                    "value": "Saint Francis University"
                },
                {
                    "id": 1284,
                    "value": "Saint Johns River State College"
                },
                {
                    "id": 1285,
                    "value": "Saint Joseph's College"
                },
                {
                    "id": 1286,
                    "value": "Saint Joseph's College of Maine"
                },
                {
                    "id": 1287,
                    "value": "Saint Joseph's University"
                },
                {
                    "id": 1288,
                    "value": "Saint Leo University"
                },
                {
                    "id": 1289,
                    "value": "Saint Louis University"
                },
                {
                    "id": 1290,
                    "value": "Saint Luke's College of Health Sciences"
                },
                {
                    "id": 1291,
                    "value": "Saint Martin's University"
                },
                {
                    "id": 1292,
                    "value": "Saint Mary-of-the-Woods College"
                },
                {
                    "id": 1293,
                    "value": "Saint Mary's College"
                },
                {
                    "id": 1294,
                    "value": "Saint Mary's College of California"
                },
                {
                    "id": 1295,
                    "value": "Saint Mary's University of Minnesota"
                },
                {
                    "id": 1296,
                    "value": "Saint Michael's College"
                },
                {
                    "id": 1297,
                    "value": "Saint Peter's University"
                },
                {
                    "id": 1298,
                    "value": "Saint Vincent College"
                },
                {
                    "id": 1299,
                    "value": "Saint Xavier University"
                },
                {
                    "id": 1300,
                    "value": "Salem College"
                },
                {
                    "id": 1301,
                    "value": "Salem International University"
                },
                {
                    "id": 1302,
                    "value": "Salem State University"
                },
                {
                    "id": 1303,
                    "value": "Salisbury University"
                },
                {
                    "id": 1304,
                    "value": "Salus University"
                },
                {
                    "id": 1305,
                    "value": "Salve Regina University"
                },
                {
                    "id": 1306,
                    "value": "Sam Houston State University"
                },
                {
                    "id": 1307,
                    "value": "Samford University"
                },
                {
                    "id": 1308,
                    "value": "Samuel Merritt University"
                },
                {
                    "id": 1309,
                    "value": "San Diego Christian College"
                },
                {
                    "id": 1310,
                    "value": "San Diego State University"
                },
                {
                    "id": 1311,
                    "value": "San Francisco Art Institute"
                },
                {
                    "id": 1312,
                    "value": "San Francisco Conservatory of Music"
                },
                {
                    "id": 1313,
                    "value": "San Francisco State University"
                },
                {
                    "id": 1314,
                    "value": "San Joaquin College of Law"
                },
                {
                    "id": 1315,
                    "value": "San José State University"
                },
                {
                    "id": 1316,
                    "value": "Santa Clara University"
                },
                {
                    "id": 1317,
                    "value": "Santa Fe College"
                },
                {
                    "id": 1318,
                    "value": "Santa Fe University of Art and Design"
                },
                {
                    "id": 1319,
                    "value": "Sarah Lawrence College"
                },
                {
                    "id": 1320,
                    "value": "Savannah College of Art and Design"
                },
                {
                    "id": 1321,
                    "value": "Savannah State University"
                },
                {
                    "id": 1322,
                    "value": "Saybrook University"
                },
                {
                    "id": 1323,
                    "value": "Schiller International University"
                },
                {
                    "id": 1324,
                    "value": "School of the Art Institute of Chicago"
                },
                {
                    "id": 1325,
                    "value": "School of Visual Arts"
                },
                {
                    "id": 1326,
                    "value": "Schreiner University"
                },
                {
                    "id": 1327,
                    "value": "Scripps College"
                },
                {
                    "id": 1328,
                    "value": "Seattle Central College"
                },
                {
                    "id": 1329,
                    "value": "Seattle Pacific University"
                },
                {
                    "id": 1330,
                    "value": "Seattle University"
                },
                {
                    "id": 1331,
                    "value": "Seminole State College of Florida"
                },
                {
                    "id": 1332,
                    "value": "Seton Hall University"
                },
                {
                    "id": 1333,
                    "value": "Seton Hill University"
                },
                {
                    "id": 1334,
                    "value": "Sewanee: The University of the South"
                },
                {
                    "id": 1335,
                    "value": "Shaw University"
                },
                {
                    "id": 1336,
                    "value": "Shawnee State University"
                },
                {
                    "id": 1337,
                    "value": "Shenandoah University"
                },
                {
                    "id": 1338,
                    "value": "Shepherd University"
                },
                {
                    "id": 1339,
                    "value": "Shimer College"
                },
                {
                    "id": 1340,
                    "value": "Shippensburg University of Pennsylvania"
                },
                {
                    "id": 1341,
                    "value": "Shorter University"
                },
                {
                    "id": 1342,
                    "value": "Siena College"
                },
                {
                    "id": 1343,
                    "value": "Siena Heights University"
                },
                {
                    "id": 1344,
                    "value": "Sierra Nevada College"
                },
                {
                    "id": 1345,
                    "value": "Silver Lake College of the Holy Family"
                },
                {
                    "id": 1346,
                    "value": "Simmons College"
                },
                {
                    "id": 1347,
                    "value": "Simpson College"
                },
                {
                    "id": 1348,
                    "value": "Simpson University"
                },
                {
                    "id": 1349,
                    "value": "SIT Graduate Institute"
                },
                {
                    "id": 1350,
                    "value": "Skidmore College"
                },
                {
                    "id": 1351,
                    "value": "Slippery Rock University of Pennsylvania"
                },
                {
                    "id": 1352,
                    "value": "Smith College"
                },
                {
                    "id": 1353,
                    "value": "Snow College"
                },
                {
                    "id": 1354,
                    "value": "Sofia University"
                },
                {
                    "id": 1355,
                    "value": "Soka University of America"
                },
                {
                    "id": 1356,
                    "value": "Sonoma State University"
                },
                {
                    "id": 1357,
                    "value": "South Carolina State University"
                },
                {
                    "id": 1358,
                    "value": "South College"
                },
                {
                    "id": 1359,
                    "value": "South Dakota School of Mines and Technology"
                },
                {
                    "id": 1360,
                    "value": "South Dakota State University"
                },
                {
                    "id": 1361,
                    "value": "South Georgia State College"
                },
                {
                    "id": 1362,
                    "value": "South Texas College"
                },
                {
                    "id": 1363,
                    "value": "South Texas College of Law"
                },
                {
                    "id": 1364,
                    "value": "South University"
                },
                {
                    "id": 1365,
                    "value": "Southeast Missouri State University"
                },
                {
                    "id": 1366,
                    "value": "Southeastern Baptist College"
                },
                {
                    "id": 1367,
                    "value": "Southeastern Louisiana University"
                },
                {
                    "id": 1368,
                    "value": "Southeastern Oklahoma State University"
                },
                {
                    "id": 1369,
                    "value": "Southeastern University"
                },
                {
                    "id": 1370,
                    "value": "Southern Adventist University"
                },
                {
                    "id": 1371,
                    "value": "Southern Arkansas University"
                },
                {
                    "id": 1372,
                    "value": "Southern California Institute of Architecture"
                },
                {
                    "id": 1373,
                    "value": "Southern College of Optometry"
                },
                {
                    "id": 1374,
                    "value": "Southern Connecticut State University"
                },
                {
                    "id": 1375,
                    "value": "Southern Illinois University Carbondale"
                },
                {
                    "id": 1376,
                    "value": "Southern Illinois University Edwardsville"
                },
                {
                    "id": 1377,
                    "value": "Southern Methodist University"
                },
                {
                    "id": 1378,
                    "value": "Southern Nazarene University"
                },
                {
                    "id": 1379,
                    "value": "Southern New Hampshire University"
                },
                {
                    "id": 1380,
                    "value": "Southern Oregon University"
                },
                {
                    "id": 1381,
                    "value": "Southern University and A&M College"
                },
                {
                    "id": 1382,
                    "value": "Southern University at New Orleans"
                },
                {
                    "id": 1383,
                    "value": "Southern University Law Center"
                },
                {
                    "id": 1384,
                    "value": "Southern Utah University"
                },
                {
                    "id": 1385,
                    "value": "Southern Vermont College"
                },
                {
                    "id": 1386,
                    "value": "Southern Virginia University"
                },
                {
                    "id": 1387,
                    "value": "Southern Wesleyan University"
                },
                {
                    "id": 1388,
                    "value": "Southwest Baptist University"
                },
                {
                    "id": 1389,
                    "value": "Southwest Minnesota State University"
                },
                {
                    "id": 1390,
                    "value": "Southwest University of Visual Arts"
                },
                {
                    "id": 1391,
                    "value": "Southwestern Adventist University"
                },
                {
                    "id": 1392,
                    "value": "Southwestern Assemblies of God University"
                },
                {
                    "id": 1393,
                    "value": "Southwestern Christian University"
                },
                {
                    "id": 1394,
                    "value": "Southwestern College"
                },
                {
                    "id": 1395,
                    "value": "Southwestern College, Santa Fe"
                },
                {
                    "id": 1396,
                    "value": "Southwestern Law School"
                },
                {
                    "id": 1397,
                    "value": "Southwestern Oklahoma State University"
                },
                {
                    "id": 1398,
                    "value": "Southwestern University"
                },
                {
                    "id": 1399,
                    "value": "Spalding University"
                },
                {
                    "id": 1400,
                    "value": "Spelman College"
                },
                {
                    "id": 1401,
                    "value": "Spring Arbor University"
                },
                {
                    "id": 1402,
                    "value": "Spring Hill College"
                },
                {
                    "id": 1403,
                    "value": "Springfield College"
                },
                {
                    "id": 1404,
                    "value": "St Andrews University"
                },
                {
                    "id": 1405,
                    "value": "St John's College"
                },
                {
                    "id": 1406,
                    "value": "St Petersburg College"
                },
                {
                    "id": 1407,
                    "value": "St Thomas University"
                },
                {
                    "id": 1408,
                    "value": "St. Augustine's University"
                },
                {
                    "id": 1409,
                    "value": "St. Bonaventure University"
                },
                {
                    "id": 1410,
                    "value": "St. Catherine University"
                },
                {
                    "id": 1411,
                    "value": "St. Cloud State University"
                },
                {
                    "id": 1412,
                    "value": "St. Edward's University"
                },
                {
                    "id": 1413,
                    "value": "St. Francis College"
                },
                {
                    "id": 1414,
                    "value": "St. Gregory's University"
                },
                {
                    "id": 1415,
                    "value": "St. John Fisher College"
                },
                {
                    "id": 1416,
                    "value": "St. John's University"
                },
                {
                    "id": 1417,
                    "value": "St. Joseph's College"
                },
                {
                    "id": 1418,
                    "value": "St. Lawrence University"
                },
                {
                    "id": 1419,
                    "value": "St. Louis Christian College"
                },
                {
                    "id": 1420,
                    "value": "St. Louis College of Pharmacy"
                },
                {
                    "id": 1421,
                    "value": "St. Mary's College of Maryland"
                },
                {
                    "id": 1422,
                    "value": "St. Mary's University"
                },
                {
                    "id": 1423,
                    "value": "St. Norbert College"
                },
                {
                    "id": 1424,
                    "value": "St. Olaf College"
                },
                {
                    "id": 1425,
                    "value": "St. Thomas Aquinas College"
                },
                {
                    "id": 1426,
                    "value": "St. Vincent's College"
                },
                {
                    "id": 1427,
                    "value": "Stanford University"
                },
                {
                    "id": 1428,
                    "value": "State College of Florida-Manatee-Sarasota"
                },
                {
                    "id": 1429,
                    "value": "State University of New York at Fredonia"
                },
                {
                    "id": 1430,
                    "value": "State University of New York at New Paltz"
                },
                {
                    "id": 1431,
                    "value": "State University of New York at Oswego"
                },
                {
                    "id": 1432,
                    "value": "State University of New York College at Plattsburgh"
                },
                {
                    "id": 1433,
                    "value": "Stephen F. Austin State University"
                },
                {
                    "id": 1434,
                    "value": "Stephens College"
                },
                {
                    "id": 1435,
                    "value": "Sterling College"
                },
                {
                    "id": 1436,
                    "value": "Sterling College, Vermont"
                },
                {
                    "id": 1437,
                    "value": "Stetson University"
                },
                {
                    "id": 1438,
                    "value": "Stevens Institute of Technology"
                },
                {
                    "id": 1439,
                    "value": "Stevenson University"
                },
                {
                    "id": 1440,
                    "value": "Stillman College"
                },
                {
                    "id": 1441,
                    "value": "Stockton University"
                },
                {
                    "id": 1442,
                    "value": "Stonehill College"
                },
                {
                    "id": 1443,
                    "value": "Stony Brook University"
                },
                {
                    "id": 1444,
                    "value": "Strayer University"
                },
                {
                    "id": 1445,
                    "value": "Suffolk University"
                },
                {
                    "id": 1446,
                    "value": "Sul Ross State University"
                },
                {
                    "id": 1447,
                    "value": "Sullivan University"
                },
                {
                    "id": 1448,
                    "value": "SUNY Canton"
                },
                {
                    "id": 1449,
                    "value": "SUNY Cobleskill"
                },
                {
                    "id": 1450,
                    "value": "SUNY College at Old Westbury"
                },
                {
                    "id": 1451,
                    "value": "SUNY College at Oneonta"
                },
                {
                    "id": 1452,
                    "value": "SUNY College of Environmental Science and Forestry"
                },
                {
                    "id": 1453,
                    "value": "SUNY College of Optometry"
                },
                {
                    "id": 1454,
                    "value": "SUNY Cortland"
                },
                {
                    "id": 1455,
                    "value": "SUNY Delhi"
                },
                {
                    "id": 1456,
                    "value": "SUNY Downstate Medical Center"
                },
                {
                    "id": 1457,
                    "value": "SUNY Empire State College"
                },
                {
                    "id": 1458,
                    "value": "SUNY Geneseo"
                },
                {
                    "id": 1459,
                    "value": "SUNY Maritime College"
                },
                {
                    "id": 1460,
                    "value": "SUNY Polytechnic Institute"
                },
                {
                    "id": 1461,
                    "value": "SUNY Upstate Medical University"
                },
                {
                    "id": 1462,
                    "value": "Susquehanna University"
                },
                {
                    "id": 1463,
                    "value": "Swarthmore College"
                },
                {
                    "id": 1464,
                    "value": "Sweet Briar College"
                },
                {
                    "id": 1465,
                    "value": "Syracuse University"
                },
                {
                    "id": 1466,
                    "value": "Tabor College"
                },
                {
                    "id": 1467,
                    "value": "Talladega College"
                },
                {
                    "id": 1468,
                    "value": "Tarleton State University"
                },
                {
                    "id": 1469,
                    "value": "Taylor University"
                },
                {
                    "id": 1470,
                    "value": "Temple University"
                },
                {
                    "id": 1471,
                    "value": "Tennessee State University"
                },
                {
                    "id": 1472,
                    "value": "Tennessee Technological University"
                },
                {
                    "id": 1473,
                    "value": "Tennessee Wesleyan University"
                },
                {
                    "id": 1474,
                    "value": "Texas A&M International University"
                },
                {
                    "id": 1475,
                    "value": "Texas A&M University"
                },
                {
                    "id": 1476,
                    "value": "Texas A&M University at Galveston"
                },
                {
                    "id": 1477,
                    "value": "Texas A&M University-Commerce"
                },
                {
                    "id": 1478,
                    "value": "Texas A&M University-Corpus Christi"
                },
                {
                    "id": 1479,
                    "value": "Texas A&M University-Kingsville"
                },
                {
                    "id": 1480,
                    "value": "Texas A&M University-Texarkana"
                },
                {
                    "id": 1481,
                    "value": "Texas Christian University"
                },
                {
                    "id": 1482,
                    "value": "Texas College"
                },
                {
                    "id": 1483,
                    "value": "Texas Lutheran University"
                },
                {
                    "id": 1484,
                    "value": "Texas Southern University"
                },
                {
                    "id": 1485,
                    "value": "Texas State University"
                },
                {
                    "id": 1486,
                    "value": "Texas Tech University"
                },
                {
                    "id": 1487,
                    "value": "Texas Tech University Health Sciences Center"
                },
                {
                    "id": 1488,
                    "value": "Texas Wesleyan University"
                },
                {
                    "id": 1489,
                    "value": "Texas Woman's University"
                },
                {
                    "id": 1490,
                    "value": "The American College of Financial Services"
                },
                {
                    "id": 1491,
                    "value": "The Art Institute of Pittsburgh"
                },
                {
                    "id": 1492,
                    "value": "The Baptist College of Florida"
                },
                {
                    "id": 1493,
                    "value": "The Catholic University of America"
                },
                {
                    "id": 1494,
                    "value": "The Chicago School of Professional Psychology"
                },
                {
                    "id": 1495,
                    "value": "The Citadel, The Military College of South Carolina"
                },
                {
                    "id": 1496,
                    "value": "The City College of New York"
                },
                {
                    "id": 1497,
                    "value": "The College at Brockport"
                },
                {
                    "id": 1498,
                    "value": "The College of Idaho"
                },
                {
                    "id": 1499,
                    "value": "The College of New Jersey"
                },
                {
                    "id": 1500,
                    "value": "The College of New Rochelle"
                },
                {
                    "id": 1501,
                    "value": "The College of Saint Rose"
                },
                {
                    "id": 1502,
                    "value": "The College of St. Scholastica"
                },
                {
                    "id": 1503,
                    "value": "The College of Westchester"
                },
                {
                    "id": 1504,
                    "value": "The College of Wooster"
                },
                {
                    "id": 1505,
                    "value": "The Cooper Union for the Advancement of Science and Art"
                },
                {
                    "id": 1506,
                    "value": "The Culinary Institute of America"
                },
                {
                    "id": 1507,
                    "value": "The Evergreen State College"
                },
                {
                    "id": 1508,
                    "value": "The Graduate Center, CUNY"
                },
                {
                    "id": 1509,
                    "value": "The Institute of World Politics"
                },
                {
                    "id": 1510,
                    "value": "The John Marshall Law School"
                },
                {
                    "id": 1511,
                    "value": "The Juilliard School"
                },
                {
                    "id": 1512,
                    "value": "The King's College"
                },
                {
                    "id": 1513,
                    "value": "The King's University"
                },
                {
                    "id": 1514,
                    "value": "The Master's University"
                },
                {
                    "id": 1515,
                    "value": "The National Graduate School of Quality Management"
                },
                {
                    "id": 1516,
                    "value": "The New School"
                },
                {
                    "id": 1517,
                    "value": "The Ohio State University"
                },
                {
                    "id": 1518,
                    "value": "The Rockefeller University"
                },
                {
                    "id": 1519,
                    "value": "The Sage Colleges"
                },
                {
                    "id": 1520,
                    "value": "The School of Architecture at Taliesin"
                },
                {
                    "id": 1521,
                    "value": "The State University of New York at Potsdam"
                },
                {
                    "id": 1522,
                    "value": "The University of Alabama"
                },
                {
                    "id": 1523,
                    "value": "The University of Alabama in Huntsville"
                },
                {
                    "id": 1524,
                    "value": "The University of Arizona"
                },
                {
                    "id": 1525,
                    "value": "The University of Findlay"
                },
                {
                    "id": 1526,
                    "value": "The University of Maine"
                },
                {
                    "id": 1527,
                    "value": "The University of Memphis"
                },
                {
                    "id": 1528,
                    "value": "The University of Montana"
                },
                {
                    "id": 1529,
                    "value": "The University of Montana Western"
                },
                {
                    "id": 1530,
                    "value": "The University of Oklahoma"
                },
                {
                    "id": 1531,
                    "value": "The University of Oklahoma Health Sciences Center"
                },
                {
                    "id": 1532,
                    "value": "The University of Tampa"
                },
                {
                    "id": 1533,
                    "value": "The University of Tennessee at Chattanooga"
                },
                {
                    "id": 1534,
                    "value": "The University of Tennessee at Martin"
                },
                {
                    "id": 1535,
                    "value": "The University of Tennessee Health Science Center"
                },
                {
                    "id": 1536,
                    "value": "The University of Tennessee, Knoxville"
                },
                {
                    "id": 1537,
                    "value": "The University of Texas at Arlington"
                },
                {
                    "id": 1538,
                    "value": "The University of Texas at Austin"
                },
                {
                    "id": 1539,
                    "value": "The University of Texas at Dallas"
                },
                {
                    "id": 1540,
                    "value": "The University of Texas at El Paso"
                },
                {
                    "id": 1541,
                    "value": "The University of Texas at San Antonio"
                },
                {
                    "id": 1542,
                    "value": "The University of Texas at Tyler"
                },
                {
                    "id": 1543,
                    "value": "The University of Texas Health Science Center at Houston"
                },
                {
                    "id": 1544,
                    "value": "The University of Texas Health Science Center at San Antonio"
                },
                {
                    "id": 1545,
                    "value": "The University of Texas Health Science Center at Tyler"
                },
                {
                    "id": 1546,
                    "value": "The University of Texas MD Anderson Cancer Center"
                },
                {
                    "id": 1547,
                    "value": "The University of Texas Medical Branch at Galveston"
                },
                {
                    "id": 1548,
                    "value": "The University of Texas of the Permian Basin"
                },
                {
                    "id": 1549,
                    "value": "The University of the Arts"
                },
                {
                    "id": 1550,
                    "value": "The University of Tulsa"
                },
                {
                    "id": 1551,
                    "value": "The University of Utah"
                },
                {
                    "id": 1552,
                    "value": "The University of Virginia's College at Wise"
                },
                {
                    "id": 1553,
                    "value": "The University of West Los Angeles"
                },
                {
                    "id": 1554,
                    "value": "The Wright Institute"
                },
                {
                    "id": 1555,
                    "value": "Thiel College"
                },
                {
                    "id": 1556,
                    "value": "Thomas Aquinas College"
                },
                {
                    "id": 1557,
                    "value": "Thomas College"
                },
                {
                    "id": 1558,
                    "value": "Thomas Edison State University"
                },
                {
                    "id": 1559,
                    "value": "Thomas Jefferson School of Law"
                },
                {
                    "id": 1560,
                    "value": "Thomas Jefferson University"
                },
                {
                    "id": 1561,
                    "value": "Thomas More College"
                },
                {
                    "id": 1562,
                    "value": "Thomas More College of Liberal Arts"
                },
                {
                    "id": 1563,
                    "value": "Thomas University"
                },
                {
                    "id": 1564,
                    "value": "Tiffin University"
                },
                {
                    "id": 1565,
                    "value": "Toccoa Falls College"
                },
                {
                    "id": 1566,
                    "value": "Tougaloo College"
                },
                {
                    "id": 1567,
                    "value": "Touro College"
                },
                {
                    "id": 1568,
                    "value": "Touro University California"
                },
                {
                    "id": 1569,
                    "value": "Towson University"
                },
                {
                    "id": 1570,
                    "value": "Transylvania University"
                },
                {
                    "id": 1571,
                    "value": "Trevecca Nazarene University"
                },
                {
                    "id": 1572,
                    "value": "Trine University"
                },
                {
                    "id": 1573,
                    "value": "Trinity Bible College"
                },
                {
                    "id": 1574,
                    "value": "Trinity Christian College"
                },
                {
                    "id": 1575,
                    "value": "Trinity College"
                },
                {
                    "id": 1576,
                    "value": "Trinity College of Florida"
                },
                {
                    "id": 1577,
                    "value": "Trinity College of Nursing & Health Sciences"
                },
                {
                    "id": 1578,
                    "value": "Trinity International University"
                },
                {
                    "id": 1579,
                    "value": "Trinity University"
                },
                {
                    "id": 1580,
                    "value": "Trinity Washington University"
                },
                {
                    "id": 1581,
                    "value": "Tri-State Bible College"
                },
                {
                    "id": 1582,
                    "value": "Trocaire College"
                },
                {
                    "id": 1583,
                    "value": "Troy University"
                },
                {
                    "id": 1584,
                    "value": "Truett-McConnell University"
                },
                {
                    "id": 1585,
                    "value": "Truman State University"
                },
                {
                    "id": 1586,
                    "value": "Tufts University"
                },
                {
                    "id": 1587,
                    "value": "Tulane University"
                },
                {
                    "id": 1588,
                    "value": "Tusculum College"
                },
                {
                    "id": 1589,
                    "value": "Tuskegee University"
                },
                {
                    "id": 1590,
                    "value": "Uniformed Services University of the Health Sciences"
                },
                {
                    "id": 1591,
                    "value": "Union College"
                },
                {
                    "id": 1592,
                    "value": "Union College, Kentucky"
                },
                {
                    "id": 1593,
                    "value": "Union College, Nebraska"
                },
                {
                    "id": 1594,
                    "value": "Union Institute & University"
                },
                {
                    "id": 1595,
                    "value": "Union University"
                },
                {
                    "id": 1596,
                    "value": "United States Air Force Academy"
                },
                {
                    "id": 1597,
                    "value": "United States Coast Guard Academy"
                },
                {
                    "id": 1598,
                    "value": "United States Merchant Marine Academy"
                },
                {
                    "id": 1599,
                    "value": "United States Military Academy"
                },
                {
                    "id": 1600,
                    "value": "United States Naval Academy"
                },
                {
                    "id": 1601,
                    "value": "United States Sports Academy"
                },
                {
                    "id": 1602,
                    "value": "United States University"
                },
                {
                    "id": 1603,
                    "value": "Unity College"
                },
                {
                    "id": 1604,
                    "value": "University at Albany, State University of New York"
                },
                {
                    "id": 1605,
                    "value": "University at Buffalo, State University of New York"
                },
                {
                    "id": 1606,
                    "value": "University of Advancing Technology"
                },
                {
                    "id": 1607,
                    "value": "University of Akron"
                },
                {
                    "id": 1608,
                    "value": "University of Alabama at Birmingham"
                },
                {
                    "id": 1609,
                    "value": "University of Alaska Anchorage"
                },
                {
                    "id": 1610,
                    "value": "University of Alaska Fairbanks"
                },
                {
                    "id": 1611,
                    "value": "University of Alaska Southeast"
                },
                {
                    "id": 1612,
                    "value": "University of Arkansas"
                },
                {
                    "id": 1613,
                    "value": "University of Arkansas - Fort Smith"
                },
                {
                    "id": 1614,
                    "value": "University of Arkansas at Little Rock"
                },
                {
                    "id": 1615,
                    "value": "University of Arkansas at Monticello"
                },
                {
                    "id": 1616,
                    "value": "University of Arkansas at Pine Bluff"
                },
                {
                    "id": 1617,
                    "value": "University of Arkansas for Medical Sciences"
                },
                {
                    "id": 1618,
                    "value": "University of Baltimore"
                },
                {
                    "id": 1619,
                    "value": "University of Bridgeport"
                },
                {
                    "id": 1620,
                    "value": "University of California, Berkeley"
                },
                {
                    "id": 1621,
                    "value": "University of California, Davis"
                },
                {
                    "id": 1622,
                    "value": "University of California, Hastings College of the Law"
                },
                {
                    "id": 1623,
                    "value": "University of California, Irvine"
                },
                {
                    "id": 1624,
                    "value": "University of California, Los Angeles"
                },
                {
                    "id": 1625,
                    "value": "University of California, Merced"
                },
                {
                    "id": 1626,
                    "value": "University of California, Riverside"
                },
                {
                    "id": 1627,
                    "value": "University of California, San Diego"
                },
                {
                    "id": 1628,
                    "value": "University of California, San Francisco"
                },
                {
                    "id": 1629,
                    "value": "University of California, Santa Barbara"
                },
                {
                    "id": 1630,
                    "value": "University of California, Santa Cruz"
                },
                {
                    "id": 1631,
                    "value": "University of Central Arkansas"
                },
                {
                    "id": 1632,
                    "value": "University of Central Florida"
                },
                {
                    "id": 1633,
                    "value": "University of Central Missouri"
                },
                {
                    "id": 1634,
                    "value": "University of Central Oklahoma"
                },
                {
                    "id": 1635,
                    "value": "University of Charleston"
                },
                {
                    "id": 1636,
                    "value": "University of Chicago"
                },
                {
                    "id": 1637,
                    "value": "University of Cincinnati"
                },
                {
                    "id": 1638,
                    "value": "University of Colorado Boulder"
                },
                {
                    "id": 1639,
                    "value": "University of Colorado Colorado Springs"
                },
                {
                    "id": 1640,
                    "value": "University of Colorado Denver"
                },
                {
                    "id": 1641,
                    "value": "University of Connecticut"
                },
                {
                    "id": 1642,
                    "value": "University of Dallas"
                },
                {
                    "id": 1643,
                    "value": "University of Dayton"
                },
                {
                    "id": 1644,
                    "value": "University of Delaware"
                },
                {
                    "id": 1645,
                    "value": "University of Denver"
                },
                {
                    "id": 1646,
                    "value": "University of Detroit Mercy"
                },
                {
                    "id": 1647,
                    "value": "University of Dubuque"
                },
                {
                    "id": 1648,
                    "value": "University of Evansville"
                },
                {
                    "id": 1649,
                    "value": "University of Florida"
                },
                {
                    "id": 1650,
                    "value": "University of Georgia"
                },
                {
                    "id": 1651,
                    "value": "University of Hartford"
                },
                {
                    "id": 1652,
                    "value": "University of Hawaii at Hilo"
                },
                {
                    "id": 1653,
                    "value": "University of Hawaii at Manoa"
                },
                {
                    "id": 1654,
                    "value": "University of Hawaii-West Oahu"
                },
                {
                    "id": 1655,
                    "value": "University of Holy Cross"
                },
                {
                    "id": 1656,
                    "value": "University of Houston"
                },
                {
                    "id": 1657,
                    "value": "University of Houston-Clear Lake"
                },
                {
                    "id": 1658,
                    "value": "University of Houston-Downtown"
                },
                {
                    "id": 1659,
                    "value": "University of Houston-Victoria"
                },
                {
                    "id": 1660,
                    "value": "University of Idaho"
                },
                {
                    "id": 1661,
                    "value": "University of Illinois at Chicago"
                },
                {
                    "id": 1662,
                    "value": "University of Illinois at Springfield"
                },
                {
                    "id": 1663,
                    "value": "University of Illinois at Urbana-Champaign"
                },
                {
                    "id": 1664,
                    "value": "University of Indianapolis"
                },
                {
                    "id": 1665,
                    "value": "University of Iowa"
                },
                {
                    "id": 1666,
                    "value": "University of Jamestown"
                },
                {
                    "id": 1667,
                    "value": "University of Kansas"
                },
                {
                    "id": 1668,
                    "value": "University of Kentucky"
                },
                {
                    "id": 1669,
                    "value": "University of La Verne"
                },
                {
                    "id": 1670,
                    "value": "University of Louisiana at Lafayette"
                },
                {
                    "id": 1671,
                    "value": "University of Louisiana at Monroe"
                },
                {
                    "id": 1672,
                    "value": "University of Louisville"
                },
                {
                    "id": 1673,
                    "value": "University of Maine at Augusta"
                },
                {
                    "id": 1674,
                    "value": "University of Maine at Farmington"
                },
                {
                    "id": 1675,
                    "value": "University of Maine at Fort Kent"
                },
                {
                    "id": 1676,
                    "value": "University of Maine at Machias"
                },
                {
                    "id": 1677,
                    "value": "University of Maine at Presque Isle"
                },
                {
                    "id": 1678,
                    "value": "University of Mary"
                },
                {
                    "id": 1679,
                    "value": "University of Mary Hardin-Baylor"
                },
                {
                    "id": 1680,
                    "value": "University of Mary Washington"
                },
                {
                    "id": 1681,
                    "value": "University of Maryland"
                },
                {
                    "id": 1682,
                    "value": "University of Maryland Eastern Shore"
                },
                {
                    "id": 1683,
                    "value": "University of Maryland University College"
                },
                {
                    "id": 1684,
                    "value": "University of Maryland, Baltimore"
                },
                {
                    "id": 1685,
                    "value": "University of Maryland, Baltimore County"
                },
                {
                    "id": 1686,
                    "value": "University of Massachusetts Amherst"
                },
                {
                    "id": 1687,
                    "value": "University of Massachusetts Boston"
                },
                {
                    "id": 1688,
                    "value": "University of Massachusetts Dartmouth"
                },
                {
                    "id": 1689,
                    "value": "University of Massachusetts Lowell"
                },
                {
                    "id": 1690,
                    "value": "University of Massachusetts Medical School"
                },
                {
                    "id": 1691,
                    "value": "University of Miami"
                },
                {
                    "id": 1692,
                    "value": "University of Michigan"
                },
                {
                    "id": 1693,
                    "value": "University of Michigan-Dearborn"
                },
                {
                    "id": 1694,
                    "value": "University of Michigan-Flint"
                },
                {
                    "id": 1695,
                    "value": "University of Minnesota"
                },
                {
                    "id": 1696,
                    "value": "University of Mississippi"
                },
                {
                    "id": 1697,
                    "value": "University of Mississippi Medical Center"
                },
                {
                    "id": 1698,
                    "value": "University of Missouri"
                },
                {
                    "id": 1699,
                    "value": "University of Missouri-Kansas City"
                },
                {
                    "id": 1700,
                    "value": "University of Missouri-St. Louis"
                },
                {
                    "id": 1701,
                    "value": "University of Mobile"
                },
                {
                    "id": 1702,
                    "value": "University of Montevallo"
                },
                {
                    "id": 1703,
                    "value": "University of Mount Olive"
                },
                {
                    "id": 1704,
                    "value": "University of Mount Union"
                },
                {
                    "id": 1705,
                    "value": "University of Nebraska at Kearney"
                },
                {
                    "id": 1706,
                    "value": "University of Nebraska at Omaha"
                },
                {
                    "id": 1707,
                    "value": "University of Nebraska Medical Center"
                },
                {
                    "id": 1708,
                    "value": "University of Nebraska-Lincoln"
                },
                {
                    "id": 1709,
                    "value": "University of Nevada, Las Vegas"
                },
                {
                    "id": 1710,
                    "value": "University of Nevada, Reno"
                },
                {
                    "id": 1711,
                    "value": "University of New England"
                },
                {
                    "id": 1712,
                    "value": "University of New Hampshire"
                },
                {
                    "id": 1713,
                    "value": "University of New Haven"
                },
                {
                    "id": 1714,
                    "value": "University of New Mexico"
                },
                {
                    "id": 1715,
                    "value": "University of New Orleans"
                },
                {
                    "id": 1716,
                    "value": "University of North Alabama"
                },
                {
                    "id": 1717,
                    "value": "University of North Carolina at Asheville"
                },
                {
                    "id": 1718,
                    "value": "University of North Carolina at Chapel Hill"
                },
                {
                    "id": 1719,
                    "value": "University of North Carolina at Charlotte"
                },
                {
                    "id": 1720,
                    "value": "University of North Carolina at Greensboro"
                },
                {
                    "id": 1721,
                    "value": "University of North Carolina at Pembroke"
                },
                {
                    "id": 1722,
                    "value": "University of North Carolina School of the Arts"
                },
                {
                    "id": 1723,
                    "value": "University of North Carolina Wilmington"
                },
                {
                    "id": 1724,
                    "value": "University of North Dakota"
                },
                {
                    "id": 1725,
                    "value": "University of North Florida"
                },
                {
                    "id": 1726,
                    "value": "University of North Georgia"
                },
                {
                    "id": 1727,
                    "value": "University of North Texas"
                },
                {
                    "id": 1728,
                    "value": "University of North Texas Health Science Center"
                },
                {
                    "id": 1729,
                    "value": "University of Northern Colorado"
                },
                {
                    "id": 1730,
                    "value": "University of Northern Iowa"
                },
                {
                    "id": 1731,
                    "value": "University of Northwestern - St. Paul"
                },
                {
                    "id": 1732,
                    "value": "University of Northwestern Ohio"
                },
                {
                    "id": 1733,
                    "value": "University of Notre Dame"
                },
                {
                    "id": 1734,
                    "value": "University of Oregon"
                },
                {
                    "id": 1735,
                    "value": "University of Pennsylvania"
                },
                {
                    "id": 1736,
                    "value": "University of Pikeville"
                },
                {
                    "id": 1737,
                    "value": "University of Pittsburgh"
                },
                {
                    "id": 1738,
                    "value": "University of Portland"
                },
                {
                    "id": 1739,
                    "value": "University of Providence"
                },
                {
                    "id": 1740,
                    "value": "University of Puget Sound"
                },
                {
                    "id": 1741,
                    "value": "University of Redlands"
                },
                {
                    "id": 1742,
                    "value": "University of Rhode Island"
                },
                {
                    "id": 1743,
                    "value": "University of Richmond"
                },
                {
                    "id": 1744,
                    "value": "University of Rio Grande"
                },
                {
                    "id": 1745,
                    "value": "University of Rochester"
                },
                {
                    "id": 1746,
                    "value": "University of Saint Francis"
                },
                {
                    "id": 1747,
                    "value": "University of Saint Joseph"
                },
                {
                    "id": 1748,
                    "value": "University of Saint Mary"
                },
                {
                    "id": 1749,
                    "value": "University of San Diego"
                },
                {
                    "id": 1750,
                    "value": "University of San Francisco"
                },
                {
                    "id": 1751,
                    "value": "University of Science and Arts of Oklahoma"
                },
                {
                    "id": 1752,
                    "value": "University of Scranton"
                },
                {
                    "id": 1753,
                    "value": "University of Sioux Falls"
                },
                {
                    "id": 1754,
                    "value": "University of South Alabama"
                },
                {
                    "id": 1755,
                    "value": "University of South Carolina"
                },
                {
                    "id": 1756,
                    "value": "University of South Carolina-Aiken"
                },
                {
                    "id": 1757,
                    "value": "University of South Carolina-Beaufort"
                },
                {
                    "id": 1758,
                    "value": "University of South Carolina-Upstate"
                },
                {
                    "id": 1759,
                    "value": "University of South Dakota"
                },
                {
                    "id": 1760,
                    "value": "University of South Florida"
                },
                {
                    "id": 1761,
                    "value": "University of Southern California"
                },
                {
                    "id": 1762,
                    "value": "University of Southern Indiana"
                },
                {
                    "id": 1763,
                    "value": "University of Southern Maine"
                },
                {
                    "id": 1764,
                    "value": "University of Southern Mississippi"
                },
                {
                    "id": 1765,
                    "value": "University of St Augustine for Health Sciences"
                },
                {
                    "id": 1766,
                    "value": "University of St Thomas"
                },
                {
                    "id": 1767,
                    "value": "University of St. Francis"
                },
                {
                    "id": 1768,
                    "value": "University of St. Thomas"
                },
                {
                    "id": 1769,
                    "value": "University of Texas Rio Grande Valley"
                },
                {
                    "id": 1770,
                    "value": "University of Texas Southwestern Medical Center"
                },
                {
                    "id": 1771,
                    "value": "University of the Cumberlands"
                },
                {
                    "id": 1772,
                    "value": "University of the District of Columbia"
                },
                {
                    "id": 1773,
                    "value": "University of the Incarnate Word"
                },
                {
                    "id": 1774,
                    "value": "University of the Ozarks"
                },
                {
                    "id": 1775,
                    "value": "University of the Pacific"
                },
                {
                    "id": 1776,
                    "value": "University of the Potomac"
                },
                {
                    "id": 1777,
                    "value": "University of the Rockies"
                },
                {
                    "id": 1778,
                    "value": "University of the Sciences in Philadelphia"
                },
                {
                    "id": 1779,
                    "value": "University of the Southwest"
                },
                {
                    "id": 1780,
                    "value": "University of the West"
                },
                {
                    "id": 1781,
                    "value": "University of Toledo"
                },
                {
                    "id": 1782,
                    "value": "University of Valley Forge"
                },
                {
                    "id": 1783,
                    "value": "University of Vermont"
                },
                {
                    "id": 1784,
                    "value": "University of Virginia"
                },
                {
                    "id": 1785,
                    "value": "University of Washington"
                },
                {
                    "id": 1786,
                    "value": "University of West Alabama"
                },
                {
                    "id": 1787,
                    "value": "University of West Florida"
                },
                {
                    "id": 1788,
                    "value": "University of West Georgia"
                },
                {
                    "id": 1789,
                    "value": "University of Western States"
                },
                {
                    "id": 1790,
                    "value": "University of Wisconsin-Eau Claire"
                },
                {
                    "id": 1791,
                    "value": "University of Wisconsin-Green Bay"
                },
                {
                    "id": 1792,
                    "value": "University of Wisconsin-La Crosse"
                },
                {
                    "id": 1793,
                    "value": "University of Wisconsin-Madison"
                },
                {
                    "id": 1794,
                    "value": "University of Wisconsin-Milwaukee"
                },
                {
                    "id": 1795,
                    "value": "University of Wisconsin-Oshkosh"
                },
                {
                    "id": 1796,
                    "value": "University of Wisconsin-Parkside"
                },
                {
                    "id": 1797,
                    "value": "University of Wisconsin-Platteville"
                },
                {
                    "id": 1798,
                    "value": "University of Wisconsin-River Falls"
                },
                {
                    "id": 1799,
                    "value": "University of Wisconsin-Stevens Point"
                },
                {
                    "id": 1800,
                    "value": "University of Wisconsin-Stout"
                },
                {
                    "id": 1801,
                    "value": "University of Wisconsin-Superior"
                },
                {
                    "id": 1802,
                    "value": "University of Wisconsin-Whitewater"
                },
                {
                    "id": 1803,
                    "value": "University of Wyoming"
                },
                {
                    "id": 1804,
                    "value": "Upper Iowa University"
                },
                {
                    "id": 1805,
                    "value": "Urbana University"
                },
                {
                    "id": 1806,
                    "value": "Ursinus College"
                },
                {
                    "id": 1807,
                    "value": "Ursuline College"
                },
                {
                    "id": 1808,
                    "value": "Utah State University"
                },
                {
                    "id": 1809,
                    "value": "Utah Valley University"
                },
                {
                    "id": 1810,
                    "value": "Utica College"
                },
                {
                    "id": 1811,
                    "value": "Valdosta State University"
                },
                {
                    "id": 1812,
                    "value": "Valencia College"
                },
                {
                    "id": 1813,
                    "value": "Valley City State University"
                },
                {
                    "id": 1814,
                    "value": "Valparaiso University"
                },
                {
                    "id": 1815,
                    "value": "Vanderbilt University"
                },
                {
                    "id": 1816,
                    "value": "VanderCook College of Music"
                },
                {
                    "id": 1817,
                    "value": "Vanguard University of Southern California"
                },
                {
                    "id": 1818,
                    "value": "Vassar College"
                },
                {
                    "id": 1819,
                    "value": "Vaughn College of Aeronautics and Technology"
                },
                {
                    "id": 1820,
                    "value": "Vermont College of Fine Arts"
                },
                {
                    "id": 1821,
                    "value": "Vermont Law School"
                },
                {
                    "id": 1822,
                    "value": "Vermont Technical College"
                },
                {
                    "id": 1823,
                    "value": "Villa Maria College"
                },
                {
                    "id": 1824,
                    "value": "Villanova University"
                },
                {
                    "id": 1825,
                    "value": "Vincennes University"
                },
                {
                    "id": 1826,
                    "value": "Virginia Commonwealth University"
                },
                {
                    "id": 1827,
                    "value": "Virginia Military Institute"
                },
                {
                    "id": 1828,
                    "value": "Virginia Polytechnic Institute and State University"
                },
                {
                    "id": 1829,
                    "value": "Virginia State University"
                },
                {
                    "id": 1830,
                    "value": "Virginia Union University"
                },
                {
                    "id": 1831,
                    "value": "Virginia Wesleyan University"
                },
                {
                    "id": 1832,
                    "value": "Viterbo University"
                },
                {
                    "id": 1833,
                    "value": "Voorhees College"
                },
                {
                    "id": 1834,
                    "value": "Wabash College"
                },
                {
                    "id": 1835,
                    "value": "Wade College"
                },
                {
                    "id": 1836,
                    "value": "Wagner College"
                },
                {
                    "id": 1837,
                    "value": "Wake Forest University"
                },
                {
                    "id": 1838,
                    "value": "Waldorf University"
                },
                {
                    "id": 1839,
                    "value": "Walla Walla University"
                },
                {
                    "id": 1840,
                    "value": "Walsh College"
                },
                {
                    "id": 1841,
                    "value": "Walsh University"
                },
                {
                    "id": 1842,
                    "value": "Warner Pacific College"
                },
                {
                    "id": 1843,
                    "value": "Warner University"
                },
                {
                    "id": 1844,
                    "value": "Warren Wilson College"
                },
                {
                    "id": 1845,
                    "value": "Wartburg College"
                },
                {
                    "id": 1846,
                    "value": "Washburn University"
                },
                {
                    "id": 1847,
                    "value": "Washington & Jefferson College"
                },
                {
                    "id": 1848,
                    "value": "Washington Adventist University"
                },
                {
                    "id": 1849,
                    "value": "Washington and Lee University"
                },
                {
                    "id": 1850,
                    "value": "Washington College"
                },
                {
                    "id": 1851,
                    "value": "Washington State University"
                },
                {
                    "id": 1852,
                    "value": "Washington University in St. Louis"
                },
                {
                    "id": 1853,
                    "value": "Watkins College of Art, Design & Film"
                },
                {
                    "id": 1854,
                    "value": "Wayland Baptist University"
                },
                {
                    "id": 1855,
                    "value": "Wayne State College"
                },
                {
                    "id": 1856,
                    "value": "Wayne State University"
                },
                {
                    "id": 1857,
                    "value": "Waynesburg University"
                },
                {
                    "id": 1858,
                    "value": "Webb Institute"
                },
                {
                    "id": 1859,
                    "value": "Webber International University"
                },
                {
                    "id": 1860,
                    "value": "Weber State University"
                },
                {
                    "id": 1861,
                    "value": "Webster University"
                },
                {
                    "id": 1862,
                    "value": "Welch College"
                },
                {
                    "id": 1863,
                    "value": "Wellesley College"
                },
                {
                    "id": 1864,
                    "value": "Wells College"
                },
                {
                    "id": 1865,
                    "value": "Wentworth Institute of Technology"
                },
                {
                    "id": 1866,
                    "value": "Wesley College"
                },
                {
                    "id": 1867,
                    "value": "Wesleyan College"
                },
                {
                    "id": 1868,
                    "value": "Wesleyan University"
                },
                {
                    "id": 1869,
                    "value": "West Chester University of Pennsylvania"
                },
                {
                    "id": 1870,
                    "value": "West Coast University-Los Angeles"
                },
                {
                    "id": 1871,
                    "value": "West Liberty University"
                },
                {
                    "id": 1872,
                    "value": "West Texas A&M University"
                },
                {
                    "id": 1873,
                    "value": "West Virginia School of Osteopathic Medicine"
                },
                {
                    "id": 1874,
                    "value": "West Virginia State University"
                },
                {
                    "id": 1875,
                    "value": "West Virginia University"
                },
                {
                    "id": 1876,
                    "value": "West Virginia University at Parkersburg"
                },
                {
                    "id": 1877,
                    "value": "West Virginia University Institute of Technology"
                },
                {
                    "id": 1878,
                    "value": "West Virginia Wesleyan College"
                },
                {
                    "id": 1879,
                    "value": "Western Carolina University"
                },
                {
                    "id": 1880,
                    "value": "Western Connecticut State University"
                },
                {
                    "id": 1881,
                    "value": "Western Illinois University"
                },
                {
                    "id": 1882,
                    "value": "Western Kentucky University"
                },
                {
                    "id": 1883,
                    "value": "Western Michigan University"
                },
                {
                    "id": 1884,
                    "value": "Western Nevada College"
                },
                {
                    "id": 1885,
                    "value": "Western New England University"
                },
                {
                    "id": 1886,
                    "value": "Western New Mexico University"
                },
                {
                    "id": 1887,
                    "value": "Western Oregon University"
                },
                {
                    "id": 1888,
                    "value": "Western State College of Law at Argosy University"
                },
                {
                    "id": 1889,
                    "value": "Western State Colorado University"
                },
                {
                    "id": 1890,
                    "value": "Western University of Health Sciences"
                },
                {
                    "id": 1891,
                    "value": "Western Washington University"
                },
                {
                    "id": 1892,
                    "value": "Westfield State University"
                },
                {
                    "id": 1893,
                    "value": "Westminster College"
                },
                {
                    "id": 1894,
                    "value": "Westminster College, Missouri"
                },
                {
                    "id": 1895,
                    "value": "Westminster College, Pennsylvania"
                },
                {
                    "id": 1896,
                    "value": "Westmont College"
                },
                {
                    "id": 1897,
                    "value": "Wheaton College"
                },
                {
                    "id": 1898,
                    "value": "Wheaton College, Massachusetts"
                },
                {
                    "id": 1899,
                    "value": "Wheeling Jesuit University"
                },
                {
                    "id": 1900,
                    "value": "Wheelock College"
                },
                {
                    "id": 1901,
                    "value": "Whitman College"
                },
                {
                    "id": 1902,
                    "value": "Whittier College"
                },
                {
                    "id": 1903,
                    "value": "Whitworth University"
                },
                {
                    "id": 1904,
                    "value": "Wichita State University"
                },
                {
                    "id": 1905,
                    "value": "Widener University"
                },
                {
                    "id": 1906,
                    "value": "Wilberforce University"
                },
                {
                    "id": 1907,
                    "value": "Wiley College"
                },
                {
                    "id": 1908,
                    "value": "Wilkes University"
                },
                {
                    "id": 1909,
                    "value": "Willamette University"
                },
                {
                    "id": 1910,
                    "value": "William Carey University"
                },
                {
                    "id": 1911,
                    "value": "William James College"
                },
                {
                    "id": 1912,
                    "value": "William Jessup University"
                },
                {
                    "id": 1913,
                    "value": "William Jewell College"
                },
                {
                    "id": 1914,
                    "value": "William Paterson University of New Jersey"
                },
                {
                    "id": 1915,
                    "value": "William Peace University"
                },
                {
                    "id": 1916,
                    "value": "William Penn University"
                },
                {
                    "id": 1917,
                    "value": "William Woods University"
                },
                {
                    "id": 1918,
                    "value": "Williams Baptist College"
                },
                {
                    "id": 1919,
                    "value": "Williams College"
                },
                {
                    "id": 1920,
                    "value": "Wilmington College"
                },
                {
                    "id": 1921,
                    "value": "Wilmington University"
                },
                {
                    "id": 1922,
                    "value": "Wilson College"
                },
                {
                    "id": 1923,
                    "value": "Wingate University"
                },
                {
                    "id": 1924,
                    "value": "Winona State University"
                },
                {
                    "id": 1925,
                    "value": "Winston-Salem State University"
                },
                {
                    "id": 1926,
                    "value": "Winthrop University"
                },
                {
                    "id": 1927,
                    "value": "Wisconsin Lutheran College"
                },
                {
                    "id": 1928,
                    "value": "Wisconsin School of Professional Psychology"
                },
                {
                    "id": 1929,
                    "value": "Wittenberg University"
                },
                {
                    "id": 1930,
                    "value": "Wofford College"
                },
                {
                    "id": 1931,
                    "value": "WON Institute of Graduate Studies"
                },
                {
                    "id": 1932,
                    "value": "Woodbury University"
                },
                {
                    "id": 1933,
                    "value": "Worcester Polytechnic Institute"
                },
                {
                    "id": 1934,
                    "value": "Worcester State University"
                },
                {
                    "id": 1935,
                    "value": "Wright State University"
                },
                {
                    "id": 1936,
                    "value": "Xavier University"
                },
                {
                    "id": 1937,
                    "value": "Xavier University of Louisiana"
                },
                {
                    "id": 1938,
                    "value": "Yale University"
                },
                {
                    "id": 1939,
                    "value": "Yeshiva University"
                },
                {
                    "id": 1940,
                    "value": "York College"
                },
                {
                    "id": 1941,
                    "value": "York College of Pennsylvania"
                },
                {
                    "id": 1942,
                    "value": "York College, City University of New York"
                },
                {
                    "id": 1943,
                    "value": "Young Harris College"
                },
                {
                    "id": 1944,
                    "value": "Youngstown State University"
                }
            ]
        }
    ]
}

HTTP Request

GET api/v1/dropdown/all

HEAD api/v1/dropdown/all

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Company Size - Get

Return dropdown company size options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/company-size" \
-H "Accept: application/json" \
    -d "query"="consequatur" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/company-size",
    "method": "GET",
    "data": {
        "query": "consequatur"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "value": "It's just me"
        },
        {
            "id": 2,
            "value": "2-9 employees"
        },
        {
            "id": 3,
            "value": "10-99 employees"
        },
        {
            "id": 4,
            "value": "100-499 employees"
        },
        {
            "id": 5,
            "value": "500-1000 employees"
        },
        {
            "id": 6,
            "value": "More than 1000 employees"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/company-size

HEAD api/v1/dropdown/company-size

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Industry - Get

Return dropdown industry options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/industry" \
-H "Accept: application/json" \
    -d "query"="dolores" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/industry",
    "method": "GET",
    "data": {
        "query": "dolores"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 7,
            "value": "Accounting"
        },
        {
            "id": 8,
            "value": "Architecture & Planning"
        },
        {
            "id": 9,
            "value": "Automotive"
        },
        {
            "id": 10,
            "value": "Aviation & Aerospace"
        },
        {
            "id": 11,
            "value": "Biotechnology"
        },
        {
            "id": 12,
            "value": "Construction"
        },
        {
            "id": 13,
            "value": "Consumer Packaged Goods"
        },
        {
            "id": 14,
            "value": "Defense & Space"
        },
        {
            "id": 15,
            "value": "Design"
        },
        {
            "id": 16,
            "value": "Education"
        },
        {
            "id": 17,
            "value": "Energy"
        },
        {
            "id": 18,
            "value": "Engineering"
        },
        {
            "id": 19,
            "value": "Environmental Services"
        },
        {
            "id": 20,
            "value": "Events Services"
        },
        {
            "id": 21,
            "value": "Fashion"
        },
        {
            "id": 22,
            "value": "Financial Services"
        },
        {
            "id": 23,
            "value": "Food & Beverages"
        },
        {
            "id": 24,
            "value": "Gaming"
        },
        {
            "id": 25,
            "value": "Government"
        },
        {
            "id": 26,
            "value": "Healthcare"
        },
        {
            "id": 27,
            "value": "Hospitality"
        },
        {
            "id": 28,
            "value": "Human Resources"
        },
        {
            "id": 29,
            "value": "Insurance"
        },
        {
            "id": 30,
            "value": "Legal"
        },
        {
            "id": 31,
            "value": "Management Consulting"
        },
        {
            "id": 32,
            "value": "Manufacturing"
        },
        {
            "id": 33,
            "value": "Marketing and Advertising"
        },
        {
            "id": 34,
            "value": "Media & Entertainment"
        },
        {
            "id": 35,
            "value": "Military"
        },
        {
            "id": 36,
            "value": "Museums and Institutions"
        },
        {
            "id": 37,
            "value": "Nonprofit"
        },
        {
            "id": 38,
            "value": "Other"
        },
        {
            "id": 39,
            "value": "Performing & Fine Arts"
        },
        {
            "id": 40,
            "value": "Pharmaceuticals"
        },
        {
            "id": 41,
            "value": "Public Relations and Communications"
        },
        {
            "id": 42,
            "value": "Publishing"
        },
        {
            "id": 43,
            "value": "Real Estate"
        },
        {
            "id": 44,
            "value": "Religious Institutions"
        },
        {
            "id": 45,
            "value": "Research"
        },
        {
            "id": 46,
            "value": "Retail"
        },
        {
            "id": 47,
            "value": "Sports"
        },
        {
            "id": 48,
            "value": "Staffing and Recruiting"
        },
        {
            "id": 49,
            "value": "Technology"
        },
        {
            "id": 50,
            "value": "Telecommunications"
        },
        {
            "id": 51,
            "value": "Transportation"
        },
        {
            "id": 52,
            "value": "Utilities"
        },
        {
            "id": 53,
            "value": "Venture Capital & Private Equity"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/industry

HEAD api/v1/dropdown/industry

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Project (Rate Type) - Get

Return dropdown project budget rate type options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/project-budget-rate-type" \
-H "Accept: application/json" \
    -d "query"="in" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/project-budget-rate-type",
    "method": "GET",
    "data": {
        "query": "in"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 73,
            "value": "Project"
        },
        {
            "id": 74,
            "value": "Hourly"
        },
        {
            "id": 75,
            "value": "Daily"
        },
        {
            "id": 76,
            "value": "Weekly"
        },
        {
            "id": 77,
            "value": "Monthly"
        },
        {
            "id": 78,
            "value": "Negotiable"
        },
        {
            "id": 79,
            "value": "Annual"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/project-budget-rate-type

HEAD api/v1/dropdown/project-budget-rate-type

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Project (Duration) - Get

Return dropdown project duration options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/project-duration" \
-H "Accept: application/json" \
    -d "query"="accusamus" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/project-duration",
    "method": "GET",
    "data": {
        "query": "accusamus"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 66,
            "value": "Less than 3 months"
        },
        {
            "id": 67,
            "value": "3-6 months"
        },
        {
            "id": 68,
            "value": "6-12 months"
        },
        {
            "id": 69,
            "value": "Ongoing"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/project-duration

HEAD api/v1/dropdown/project-duration

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Project (Work Type) - Get

Return dropdown project work type options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/project-work-type" \
-H "Accept: application/json" \
    -d "query"="aspernatur" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/project-work-type",
    "method": "GET",
    "data": {
        "query": "aspernatur"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 70,
            "value": "Remote"
        },
        {
            "id": 71,
            "value": "On Site"
        },
        {
            "id": 72,
            "value": "Both"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/project-work-type

HEAD api/v1/dropdown/project-work-type

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Referral - Get

Return dropdown referral options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/referral" \
-H "Accept: application/json" \
    -d "query"="nihil" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/referral",
    "method": "GET",
    "data": {
        "query": "nihil"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 54,
            "value": "Referred by a friend"
        },
        {
            "id": 55,
            "value": "Someone at The Second Shift"
        },
        {
            "id": 56,
            "value": "Web Search"
        },
        {
            "id": 57,
            "value": "Press"
        },
        {
            "id": 58,
            "value": "LinkedIn"
        },
        {
            "id": 59,
            "value": "Social Media"
        },
        {
            "id": 60,
            "value": "Other"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/referral

HEAD api/v1/dropdown/referral

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Commute Cities - Get

Return dropdown commite cities options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/commute-cities" \
-H "Accept: application/json" \
    -d "query"="corporis" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/commute-cities",
    "method": "GET",
    "data": {
        "query": "corporis"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 85,
            "value": "Atlanta, GA"
        },
        {
            "id": 86,
            "value": "Austin, TX"
        },
        {
            "id": 87,
            "value": "Baltimore, MD"
        },
        {
            "id": 88,
            "value": "British Columbia, CA"
        },
        {
            "id": 89,
            "value": "Boston, MA"
        },
        {
            "id": 90,
            "value": "Burlington, VT"
        },
        {
            "id": 91,
            "value": "Charleston, SC"
        },
        {
            "id": 92,
            "value": "Charlotte, NC"
        },
        {
            "id": 93,
            "value": "Chicago, IL"
        },
        {
            "id": 94,
            "value": "Cincinnati, OH"
        },
        {
            "id": 95,
            "value": "Cleveland, OH"
        },
        {
            "id": 96,
            "value": "Columbus, OH"
        },
        {
            "id": 97,
            "value": "Dallas, TX"
        },
        {
            "id": 98,
            "value": "Denver, CO"
        },
        {
            "id": 99,
            "value": "Detroit, MI"
        },
        {
            "id": 100,
            "value": "Houston, TX"
        },
        {
            "id": 101,
            "value": "Kansas City, MO"
        },
        {
            "id": 102,
            "value": "Los Angeles, CA"
        },
        {
            "id": 103,
            "value": "London, UK"
        },
        {
            "id": 104,
            "value": "Louisville, KY"
        },
        {
            "id": 105,
            "value": "Miami, FL"
        },
        {
            "id": 106,
            "value": "Milwaukee, WI"
        },
        {
            "id": 107,
            "value": "Minneapolis, MN"
        },
        {
            "id": 108,
            "value": "Nashville, TN"
        },
        {
            "id": 109,
            "value": "New York, NY"
        },
        {
            "id": 110,
            "value": "Orange County, CA"
        },
        {
            "id": 111,
            "value": "Orlando, FL"
        },
        {
            "id": 112,
            "value": "Park City, UT"
        },
        {
            "id": 113,
            "value": "Philadelphia, PA"
        },
        {
            "id": 114,
            "value": "Pittsburgh, PA"
        },
        {
            "id": 115,
            "value": "Portland, OR"
        },
        {
            "id": 116,
            "value": "Raleigh, NC"
        },
        {
            "id": 117,
            "value": "Richmond, VA"
        },
        {
            "id": 118,
            "value": "San Diego, CA"
        },
        {
            "id": 119,
            "value": "Seattle, WA"
        },
        {
            "id": 120,
            "value": "San Francisco, CA"
        },
        {
            "id": 121,
            "value": "St. Louis, MO"
        },
        {
            "id": 122,
            "value": "Tampa, FL"
        },
        {
            "id": 123,
            "value": "Toronto, ON"
        },
        {
            "id": 124,
            "value": "Tuscon, AZ"
        },
        {
            "id": 125,
            "value": "Vancouver, BC"
        },
        {
            "id": 126,
            "value": "Washington, DC"
        },
        {
            "id": 127,
            "value": "No Metro Area Near Me"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/commute-cities

HEAD api/v1/dropdown/commute-cities

Parameters

Parameter Type Status Description
query string optional Maximum: 255

School - Get

Return dropdown school options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/school" \
-H "Accept: application/json" \
    -d "query"="fugit" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/school",
    "method": "GET",
    "data": {
        "query": "fugit"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 128,
            "value": "A.T. Still University"
        },
        {
            "id": 129,
            "value": "Abilene Christian University"
        },
        {
            "id": 130,
            "value": "Abraham Baldwin Agricultural College"
        },
        {
            "id": 131,
            "value": "Academy of Art University"
        },
        {
            "id": 132,
            "value": "Adams State University"
        },
        {
            "id": 133,
            "value": "Adelphi University"
        },
        {
            "id": 134,
            "value": "Adler Graduate School"
        },
        {
            "id": 135,
            "value": "Adler University"
        },
        {
            "id": 136,
            "value": "Adrian College"
        },
        {
            "id": 137,
            "value": "Adventist University of Health Sciences"
        },
        {
            "id": 138,
            "value": "Agnes Scott College"
        },
        {
            "id": 139,
            "value": "Air Force Institute of Technology"
        },
        {
            "id": 140,
            "value": "Alabama A&M University"
        },
        {
            "id": 141,
            "value": "Alabama State University"
        },
        {
            "id": 142,
            "value": "Alaska Bible College"
        },
        {
            "id": 143,
            "value": "Alaska Pacific University"
        },
        {
            "id": 144,
            "value": "Albany College of Pharmacy and Health Sciences"
        },
        {
            "id": 145,
            "value": "Albany Law School"
        },
        {
            "id": 146,
            "value": "Albany Medical College"
        },
        {
            "id": 147,
            "value": "Albany State University"
        },
        {
            "id": 148,
            "value": "Albertus Magnus College"
        },
        {
            "id": 149,
            "value": "Albion College"
        },
        {
            "id": 150,
            "value": "Albright College"
        },
        {
            "id": 151,
            "value": "Alcorn State University"
        },
        {
            "id": 152,
            "value": "Alderson Broaddus University"
        },
        {
            "id": 153,
            "value": "Alfred State College"
        },
        {
            "id": 154,
            "value": "Alfred University"
        },
        {
            "id": 155,
            "value": "Alice Lloyd College"
        },
        {
            "id": 156,
            "value": "Allegheny College"
        },
        {
            "id": 157,
            "value": "Allen College"
        },
        {
            "id": 158,
            "value": "Allen University"
        },
        {
            "id": 159,
            "value": "Alliant International University"
        },
        {
            "id": 160,
            "value": "Alma College"
        },
        {
            "id": 161,
            "value": "Alvernia University"
        },
        {
            "id": 162,
            "value": "Alverno College"
        },
        {
            "id": 163,
            "value": "Amberton University"
        },
        {
            "id": 164,
            "value": "American Baptist College"
        },
        {
            "id": 165,
            "value": "American Film Institute Conservatory"
        },
        {
            "id": 166,
            "value": "American International College"
        },
        {
            "id": 167,
            "value": "American Jewish University"
        },
        {
            "id": 168,
            "value": "American University"
        },
        {
            "id": 169,
            "value": "Amherst College"
        },
        {
            "id": 170,
            "value": "Anderson University"
        },
        {
            "id": 171,
            "value": "Anderson University, Indiana"
        },
        {
            "id": 172,
            "value": "Andrews University"
        },
        {
            "id": 173,
            "value": "Angelo State University"
        },
        {
            "id": 174,
            "value": "Anna Maria College"
        },
        {
            "id": 175,
            "value": "Antioch University"
        },
        {
            "id": 176,
            "value": "Antioch University Los Angeles"
        },
        {
            "id": 177,
            "value": "Antioch University New England"
        },
        {
            "id": 178,
            "value": "Antioch University Santa Barbara"
        },
        {
            "id": 179,
            "value": "Antioch University Seattle"
        },
        {
            "id": 180,
            "value": "Appalachian Bible College"
        },
        {
            "id": 181,
            "value": "Appalachian College of Pharmacy"
        },
        {
            "id": 182,
            "value": "Appalachian State University"
        },
        {
            "id": 183,
            "value": "Aquinas College"
        },
        {
            "id": 184,
            "value": "Aquinas College, Tennessee"
        },
        {
            "id": 185,
            "value": "Arcadia University"
        },
        {
            "id": 186,
            "value": "Argosy University"
        },
        {
            "id": 187,
            "value": "Arizona Christian University"
        },
        {
            "id": 188,
            "value": "Arizona State University"
        },
        {
            "id": 189,
            "value": "Arkansas Baptist College"
        },
        {
            "id": 190,
            "value": "Arkansas State University"
        },
        {
            "id": 191,
            "value": "Arkansas Tech University"
        },
        {
            "id": 192,
            "value": "Arlington Baptist University"
        },
        {
            "id": 193,
            "value": "Armstrong State University"
        },
        {
            "id": 194,
            "value": "Art Academy of Cincinnati"
        },
        {
            "id": 195,
            "value": "ArtCenter College of Design"
        },
        {
            "id": 196,
            "value": "Asbury University"
        },
        {
            "id": 197,
            "value": "Ashland University"
        },
        {
            "id": 198,
            "value": "Assumption College"
        },
        {
            "id": 199,
            "value": "Athens State University"
        },
        {
            "id": 200,
            "value": "Atlanta Metropolitan State College"
        },
        {
            "id": 201,
            "value": "Auburn University"
        },
        {
            "id": 202,
            "value": "Auburn University at Montgomery"
        },
        {
            "id": 203,
            "value": "Augsburg College"
        },
        {
            "id": 204,
            "value": "Augusta University"
        },
        {
            "id": 205,
            "value": "Augustana College"
        },
        {
            "id": 206,
            "value": "Augustana University"
        },
        {
            "id": 207,
            "value": "Aurora University"
        },
        {
            "id": 208,
            "value": "Austin College"
        },
        {
            "id": 209,
            "value": "Austin Peay State University"
        },
        {
            "id": 210,
            "value": "Ave Maria University"
        },
        {
            "id": 211,
            "value": "Averett University"
        },
        {
            "id": 212,
            "value": "Avila University"
        },
        {
            "id": 213,
            "value": "Azusa Pacific University"
        },
        {
            "id": 214,
            "value": "Babson College"
        },
        {
            "id": 215,
            "value": "Bacone College"
        },
        {
            "id": 216,
            "value": "Baker College"
        },
        {
            "id": 217,
            "value": "Baker University"
        },
        {
            "id": 218,
            "value": "Baldwin Wallace University"
        },
        {
            "id": 219,
            "value": "Ball State University"
        },
        {
            "id": 220,
            "value": "Bank Street College of Education"
        },
        {
            "id": 221,
            "value": "Baptist Bible College"
        },
        {
            "id": 222,
            "value": "Baptist Memorial College of Health Sciences"
        },
        {
            "id": 223,
            "value": "Baptist University of the Americas"
        },
        {
            "id": 224,
            "value": "Barclay College"
        },
        {
            "id": 225,
            "value": "Bard College"
        },
        {
            "id": 226,
            "value": "Bard College at Simon's Rock"
        },
        {
            "id": 227,
            "value": "Barnard College"
        },
        {
            "id": 228,
            "value": "Barnes-Jewish College Goldfarb School of Nursing"
        },
        {
            "id": 229,
            "value": "Barry University"
        },
        {
            "id": 230,
            "value": "Barton College"
        },
        {
            "id": 231,
            "value": "Bastyr University"
        },
        {
            "id": 232,
            "value": "Bates College"
        },
        {
            "id": 233,
            "value": "Bay Path University"
        },
        {
            "id": 234,
            "value": "Bay State College"
        },
        {
            "id": 235,
            "value": "Baylor College of Medicine"
        },
        {
            "id": 236,
            "value": "Baylor University"
        },
        {
            "id": 237,
            "value": "Beacon College"
        },
        {
            "id": 238,
            "value": "Becker College"
        },
        {
            "id": 239,
            "value": "Belhaven University"
        },
        {
            "id": 240,
            "value": "Bellarmine University"
        },
        {
            "id": 241,
            "value": "Bellevue College"
        },
        {
            "id": 242,
            "value": "Bellevue University"
        },
        {
            "id": 243,
            "value": "Bellin College"
        },
        {
            "id": 244,
            "value": "Belmont Abbey College"
        },
        {
            "id": 245,
            "value": "Belmont University"
        },
        {
            "id": 246,
            "value": "Beloit College"
        },
        {
            "id": 247,
            "value": "Bemidji State University"
        },
        {
            "id": 248,
            "value": "Benedict College"
        },
        {
            "id": 249,
            "value": "Benedictine College"
        },
        {
            "id": 250,
            "value": "Benedictine University"
        },
        {
            "id": 251,
            "value": "Benjamin Franklin Institute of Technology"
        },
        {
            "id": 252,
            "value": "Bennett College"
        },
        {
            "id": 253,
            "value": "Bennington College"
        },
        {
            "id": 254,
            "value": "Bentley University"
        },
        {
            "id": 255,
            "value": "Berea College"
        },
        {
            "id": 256,
            "value": "Berkeley College"
        },
        {
            "id": 257,
            "value": "Berklee College of Music"
        },
        {
            "id": 258,
            "value": "Bernard M Baruch College, CUNY"
        },
        {
            "id": 259,
            "value": "Berry College"
        },
        {
            "id": 260,
            "value": "Bethany College"
        },
        {
            "id": 261,
            "value": "Bethany College, Kansas"
        },
        {
            "id": 262,
            "value": "Bethany Lutheran College"
        },
        {
            "id": 263,
            "value": "Bethel College"
        },
        {
            "id": 264,
            "value": "Bethel College-Indiana"
        },
        {
            "id": 265,
            "value": "Bethel University"
        },
        {
            "id": 266,
            "value": "Bethel University, Tennessee"
        },
        {
            "id": 267,
            "value": "Bethesda University"
        },
        {
            "id": 268,
            "value": "Bethune-Cookman University"
        },
        {
            "id": 269,
            "value": "Beulah Heights University"
        },
        {
            "id": 270,
            "value": "Binghamton University, State University of New York"
        },
        {
            "id": 271,
            "value": "Biola University"
        },
        {
            "id": 272,
            "value": "Birmingham-Southern College"
        },
        {
            "id": 273,
            "value": "Bismarck State College"
        },
        {
            "id": 274,
            "value": "Black Hills State University"
        },
        {
            "id": 275,
            "value": "Blackburn College"
        },
        {
            "id": 276,
            "value": "Blessing-Rieman College of Nursing"
        },
        {
            "id": 277,
            "value": "Bloomfield College"
        },
        {
            "id": 278,
            "value": "Bloomsburg University of Pennsylvania"
        },
        {
            "id": 279,
            "value": "Blue Mountain College"
        },
        {
            "id": 280,
            "value": "Bluefield College"
        },
        {
            "id": 281,
            "value": "Bluefield State College"
        },
        {
            "id": 282,
            "value": "Bluffton University"
        },
        {
            "id": 283,
            "value": "Bob Jones University"
        },
        {
            "id": 284,
            "value": "Boise Bible College"
        },
        {
            "id": 285,
            "value": "Boise State University"
        },
        {
            "id": 286,
            "value": "Boricua College"
        },
        {
            "id": 287,
            "value": "Boston Architectural College"
        },
        {
            "id": 288,
            "value": "Boston College"
        },
        {
            "id": 289,
            "value": "Boston Graduate School of Psychoanalysis"
        },
        {
            "id": 290,
            "value": "Boston University"
        },
        {
            "id": 291,
            "value": "Bowdoin College"
        },
        {
            "id": 292,
            "value": "Bowie State University"
        },
        {
            "id": 293,
            "value": "Bowling Green State University"
        },
        {
            "id": 294,
            "value": "Bradley University"
        },
        {
            "id": 295,
            "value": "Brandeis University"
        },
        {
            "id": 296,
            "value": "Brandman University"
        },
        {
            "id": 297,
            "value": "Brazosport College"
        },
        {
            "id": 298,
            "value": "Brenau University"
        },
        {
            "id": 299,
            "value": "Brescia University"
        },
        {
            "id": 300,
            "value": "Brevard College"
        },
        {
            "id": 301,
            "value": "Brewton-Parker College"
        },
        {
            "id": 302,
            "value": "Briar Cliff University"
        },
        {
            "id": 303,
            "value": "Briarcliffe College"
        },
        {
            "id": 304,
            "value": "Bridgewater College"
        },
        {
            "id": 305,
            "value": "Bridgewater State University"
        },
        {
            "id": 306,
            "value": "Brigham Young University"
        },
        {
            "id": 307,
            "value": "Brigham Young University-Hawaii"
        },
        {
            "id": 308,
            "value": "Brigham Young University-Idaho"
        },
        {
            "id": 309,
            "value": "Brooklyn College"
        },
        {
            "id": 310,
            "value": "Brooklyn Law School"
        },
        {
            "id": 311,
            "value": "Broward College"
        },
        {
            "id": 312,
            "value": "Brown Mackie College"
        },
        {
            "id": 313,
            "value": "Brown University"
        },
        {
            "id": 314,
            "value": "Bryan College"
        },
        {
            "id": 315,
            "value": "Bryan College of Health Sciences"
        },
        {
            "id": 316,
            "value": "Bryant and Stratton College"
        },
        {
            "id": 317,
            "value": "Bryant University"
        },
        {
            "id": 318,
            "value": "Bryn Athyn College"
        },
        {
            "id": 319,
            "value": "Bryn Mawr College"
        },
        {
            "id": 320,
            "value": "Bucknell University"
        },
        {
            "id": 321,
            "value": "Buena Vista University"
        },
        {
            "id": 322,
            "value": "Buffalo State College"
        },
        {
            "id": 323,
            "value": "Butler University"
        },
        {
            "id": 324,
            "value": "Cabarrus College of Health Sciences"
        },
        {
            "id": 325,
            "value": "Cabrini University"
        },
        {
            "id": 326,
            "value": "Cairn University"
        },
        {
            "id": 327,
            "value": "Caldwell University"
        },
        {
            "id": 328,
            "value": "California Baptist University"
        },
        {
            "id": 329,
            "value": "California College of the Arts"
        },
        {
            "id": 330,
            "value": "California Institute of Integral Studies"
        },
        {
            "id": 331,
            "value": "California Institute of Technology"
        },
        {
            "id": 332,
            "value": "California Institute of the Arts"
        },
        {
            "id": 333,
            "value": "California Lutheran University"
        },
        {
            "id": 334,
            "value": "California Polytechnic State University, San Luis Obispo"
        },
        {
            "id": 335,
            "value": "California State Polytechnic University, Pomona"
        },
        {
            "id": 336,
            "value": "California State University Channel Islands"
        },
        {
            "id": 337,
            "value": "California State University Maritime Academy"
        },
        {
            "id": 338,
            "value": "California State University San Marcos"
        },
        {
            "id": 339,
            "value": "California State University Stanislaus"
        },
        {
            "id": 340,
            "value": "California State University, Bakersfield"
        },
        {
            "id": 341,
            "value": "California State University, Chico"
        },
        {
            "id": 342,
            "value": "California State University, Dominguez Hills"
        },
        {
            "id": 343,
            "value": "California State University, East Bay"
        },
        {
            "id": 344,
            "value": "California State University, Fresno"
        },
        {
            "id": 345,
            "value": "California State University, Fullerton"
        },
        {
            "id": 346,
            "value": "California State University, Long Beach"
        },
        {
            "id": 347,
            "value": "California State University, Los Angeles"
        },
        {
            "id": 348,
            "value": "California State University, Monterey Bay"
        },
        {
            "id": 349,
            "value": "California State University, Northridge"
        },
        {
            "id": 350,
            "value": "California State University, Sacramento"
        },
        {
            "id": 351,
            "value": "California State University, San Bernardino"
        },
        {
            "id": 352,
            "value": "California University of Pennsylvania"
        },
        {
            "id": 353,
            "value": "California Western School of Law"
        },
        {
            "id": 354,
            "value": "Calumet College of St. Joseph"
        },
        {
            "id": 355,
            "value": "Calvary University"
        },
        {
            "id": 356,
            "value": "Calvin College"
        },
        {
            "id": 357,
            "value": "Cambridge College"
        },
        {
            "id": 358,
            "value": "Cameron University"
        },
        {
            "id": 359,
            "value": "Campbell University"
        },
        {
            "id": 360,
            "value": "Campbellsville University"
        },
        {
            "id": 361,
            "value": "Canisius College"
        },
        {
            "id": 362,
            "value": "Capital University"
        },
        {
            "id": 363,
            "value": "Capitol Technology University"
        },
        {
            "id": 364,
            "value": "Cardinal Stritch University"
        },
        {
            "id": 365,
            "value": "Carleton College"
        },
        {
            "id": 366,
            "value": "Carlow University"
        },
        {
            "id": 367,
            "value": "Carnegie Mellon University"
        },
        {
            "id": 368,
            "value": "Carroll College"
        },
        {
            "id": 369,
            "value": "Carroll University"
        },
        {
            "id": 370,
            "value": "Carson-Newman University"
        },
        {
            "id": 371,
            "value": "Carthage College"
        },
        {
            "id": 372,
            "value": "Case Western Reserve University"
        },
        {
            "id": 373,
            "value": "Castleton University"
        },
        {
            "id": 374,
            "value": "Catawba College"
        },
        {
            "id": 375,
            "value": "Catholic Theological Union"
        },
        {
            "id": 376,
            "value": "Cazenovia College"
        },
        {
            "id": 377,
            "value": "Cedar Crest College"
        },
        {
            "id": 378,
            "value": "Cedarville University"
        },
        {
            "id": 379,
            "value": "Centenary College of Louisiana"
        },
        {
            "id": 380,
            "value": "Centenary University"
        },
        {
            "id": 381,
            "value": "Central Baptist College"
        },
        {
            "id": 382,
            "value": "Central Christian College of Kansas"
        },
        {
            "id": 383,
            "value": "Central Christian College of the Bible"
        },
        {
            "id": 384,
            "value": "Central College"
        },
        {
            "id": 385,
            "value": "Central Connecticut State University"
        },
        {
            "id": 386,
            "value": "Central Methodist University"
        },
        {
            "id": 387,
            "value": "Central Michigan University"
        },
        {
            "id": 388,
            "value": "Central Penn College"
        },
        {
            "id": 389,
            "value": "Central State University"
        },
        {
            "id": 390,
            "value": "Central Washington University"
        },
        {
            "id": 391,
            "value": "Centralia College"
        },
        {
            "id": 392,
            "value": "Centre College"
        },
        {
            "id": 393,
            "value": "Chadron State College"
        },
        {
            "id": 394,
            "value": "Chamberlain College of Nursing"
        },
        {
            "id": 395,
            "value": "Chaminade University of Honolulu"
        },
        {
            "id": 396,
            "value": "Champlain College"
        },
        {
            "id": 397,
            "value": "Chapman University"
        },
        {
            "id": 398,
            "value": "Charles R. Drew University of Medicine and Science"
        },
        {
            "id": 399,
            "value": "Charleston Southern University"
        },
        {
            "id": 400,
            "value": "Chatham University"
        },
        {
            "id": 401,
            "value": "Chestnut Hill College"
        },
        {
            "id": 402,
            "value": "Cheyney University of Pennsylvania"
        },
        {
            "id": 403,
            "value": "Chicago State University"
        },
        {
            "id": 404,
            "value": "Chipola College"
        },
        {
            "id": 405,
            "value": "Chowan University"
        },
        {
            "id": 406,
            "value": "Christian Brothers University"
        },
        {
            "id": 407,
            "value": "Christopher Newport University"
        },
        {
            "id": 408,
            "value": "Cincinnati Christian University"
        },
        {
            "id": 409,
            "value": "City University of Seattle"
        },
        {
            "id": 410,
            "value": "Claflin University"
        },
        {
            "id": 411,
            "value": "Claremont Graduate University"
        },
        {
            "id": 412,
            "value": "Claremont McKenna College"
        },
        {
            "id": 413,
            "value": "Clarion University of Pennsylvania"
        },
        {
            "id": 414,
            "value": "Clark Atlanta University"
        },
        {
            "id": 415,
            "value": "Clark University"
        },
        {
            "id": 416,
            "value": "Clarke University"
        },
        {
            "id": 417,
            "value": "Clarks Summit University"
        },
        {
            "id": 418,
            "value": "Clarkson College"
        },
        {
            "id": 419,
            "value": "Clarkson University"
        },
        {
            "id": 420,
            "value": "Clayton State University"
        },
        {
            "id": 421,
            "value": "Clear Creek Baptist Bible College"
        },
        {
            "id": 422,
            "value": "Cleary University"
        },
        {
            "id": 423,
            "value": "Clemson University"
        },
        {
            "id": 424,
            "value": "Cleveland Institute of Art"
        },
        {
            "id": 425,
            "value": "Cleveland Institute of Music"
        },
        {
            "id": 426,
            "value": "Cleveland State University"
        },
        {
            "id": 427,
            "value": "Cleveland University-Kansas City"
        },
        {
            "id": 428,
            "value": "Coastal Carolina University"
        },
        {
            "id": 429,
            "value": "Coe College"
        },
        {
            "id": 430,
            "value": "Cogswell Polytechnical College"
        },
        {
            "id": 431,
            "value": "Coker College"
        },
        {
            "id": 432,
            "value": "Colby College"
        },
        {
            "id": 433,
            "value": "Colby-Sawyer College"
        },
        {
            "id": 434,
            "value": "Colgate University"
        },
        {
            "id": 435,
            "value": "College for Creative Studies"
        },
        {
            "id": 436,
            "value": "College of Biblical Studies"
        },
        {
            "id": 437,
            "value": "College of Central Florida"
        },
        {
            "id": 438,
            "value": "College of Charleston"
        },
        {
            "id": 439,
            "value": "College of Coastal Georgia"
        },
        {
            "id": 440,
            "value": "College of Mount Saint Vincent"
        },
        {
            "id": 441,
            "value": "College of Our Lady of the Elms"
        },
        {
            "id": 442,
            "value": "College of Saint Benedict Saint John's University"
        },
        {
            "id": 443,
            "value": "College of Saint Elizabeth"
        },
        {
            "id": 444,
            "value": "College of Saint Mary"
        },
        {
            "id": 445,
            "value": "College of Southern Nevada"
        },
        {
            "id": 446,
            "value": "College of St. Joseph"
        },
        {
            "id": 447,
            "value": "College of Staten Island"
        },
        {
            "id": 448,
            "value": "College of the Atlantic"
        },
        {
            "id": 449,
            "value": "College of the Holy Cross"
        },
        {
            "id": 450,
            "value": "College of the Ozarks"
        },
        {
            "id": 451,
            "value": "College of William & Mary"
        },
        {
            "id": 452,
            "value": "Colorado Christian University"
        },
        {
            "id": 453,
            "value": "Colorado College"
        },
        {
            "id": 454,
            "value": "Colorado Mesa University"
        },
        {
            "id": 455,
            "value": "Colorado School of Mines"
        },
        {
            "id": 456,
            "value": "Colorado State University"
        },
        {
            "id": 457,
            "value": "Colorado State University-Pueblo"
        },
        {
            "id": 458,
            "value": "Colorado Technical University"
        },
        {
            "id": 459,
            "value": "Columbia Basin College"
        },
        {
            "id": 460,
            "value": "Columbia College"
        },
        {
            "id": 461,
            "value": "Columbia College Chicago"
        },
        {
            "id": 462,
            "value": "Columbia College of Nursing"
        },
        {
            "id": 463,
            "value": "Columbia College, South Carolina"
        },
        {
            "id": 464,
            "value": "Columbia College-Hollywood"
        },
        {
            "id": 465,
            "value": "Columbia International University"
        },
        {
            "id": 466,
            "value": "Columbia University in the City of New York"
        },
        {
            "id": 467,
            "value": "Columbus College of Art and Design"
        },
        {
            "id": 468,
            "value": "Columbus State University"
        },
        {
            "id": 469,
            "value": "Concord University"
        },
        {
            "id": 470,
            "value": "Concordia College"
        },
        {
            "id": 471,
            "value": "Concordia College Alabama"
        },
        {
            "id": 472,
            "value": "Concordia College-New York"
        },
        {
            "id": 473,
            "value": "Concordia University Ann Arbor"
        },
        {
            "id": 474,
            "value": "Concordia University Chicago"
        },
        {
            "id": 475,
            "value": "Concordia University Irvine"
        },
        {
            "id": 476,
            "value": "Concordia University Texas"
        },
        {
            "id": 477,
            "value": "Concordia University Wisconsin"
        },
        {
            "id": 478,
            "value": "Concordia University, Nebraska"
        },
        {
            "id": 479,
            "value": "Concordia University, Oregon"
        },
        {
            "id": 480,
            "value": "Concordia University, St. Paul"
        },
        {
            "id": 481,
            "value": "Connecticut College"
        },
        {
            "id": 482,
            "value": "Converse College"
        },
        {
            "id": 483,
            "value": "Conway School of Landscape Design"
        },
        {
            "id": 484,
            "value": "Coppin State University"
        },
        {
            "id": 485,
            "value": "Corban University"
        },
        {
            "id": 486,
            "value": "Cornell College"
        },
        {
            "id": 487,
            "value": "Cornell University"
        },
        {
            "id": 488,
            "value": "Cornerstone University"
        },
        {
            "id": 489,
            "value": "Cornish College of the Arts"
        },
        {
            "id": 490,
            "value": "Cottey College"
        },
        {
            "id": 491,
            "value": "Covenant College"
        },
        {
            "id": 492,
            "value": "Cox College"
        },
        {
            "id": 493,
            "value": "Cranbrook Academy of Art"
        },
        {
            "id": 494,
            "value": "Creighton University"
        },
        {
            "id": 495,
            "value": "Criswell College"
        },
        {
            "id": 496,
            "value": "Crossroads Bible College"
        },
        {
            "id": 497,
            "value": "Crossroads College"
        },
        {
            "id": 498,
            "value": "Crowley's Ridge College"
        },
        {
            "id": 499,
            "value": "Crown College"
        },
        {
            "id": 500,
            "value": "Culver-Stockton College"
        },
        {
            "id": 501,
            "value": "Cumberland University"
        },
        {
            "id": 502,
            "value": "CUNY School of Law"
        },
        {
            "id": 503,
            "value": "Curry College"
        },
        {
            "id": 504,
            "value": "Curtis Institute of Music"
        },
        {
            "id": 505,
            "value": "Daemen College"
        },
        {
            "id": 506,
            "value": "Dakota State University"
        },
        {
            "id": 507,
            "value": "Dakota Wesleyan University"
        },
        {
            "id": 508,
            "value": "Dallas Baptist University"
        },
        {
            "id": 509,
            "value": "Dallas Christian College"
        },
        {
            "id": 510,
            "value": "Dalton State College"
        },
        {
            "id": 511,
            "value": "Dartmouth College"
        },
        {
            "id": 512,
            "value": "Davenport University"
        },
        {
            "id": 513,
            "value": "Davidson College"
        },
        {
            "id": 514,
            "value": "Davis & Elkins College"
        },
        {
            "id": 515,
            "value": "Davis College"
        },
        {
            "id": 516,
            "value": "Daytona State College"
        },
        {
            "id": 517,
            "value": "Dean College"
        },
        {
            "id": 518,
            "value": "Defiance College"
        },
        {
            "id": 519,
            "value": "Delaware State University"
        },
        {
            "id": 520,
            "value": "Delaware Valley University"
        },
        {
            "id": 521,
            "value": "Delta State University"
        },
        {
            "id": 522,
            "value": "Denison University"
        },
        {
            "id": 523,
            "value": "Denver College of Nursing"
        },
        {
            "id": 524,
            "value": "DePaul University"
        },
        {
            "id": 525,
            "value": "DePauw University"
        },
        {
            "id": 526,
            "value": "Des Moines University"
        },
        {
            "id": 527,
            "value": "DeSales University"
        },
        {
            "id": 528,
            "value": "DeVry University"
        },
        {
            "id": 529,
            "value": "Dickinson College"
        },
        {
            "id": 530,
            "value": "Dickinson State University"
        },
        {
            "id": 531,
            "value": "Dillard University"
        },
        {
            "id": 532,
            "value": "Dixie State University"
        },
        {
            "id": 533,
            "value": "Doane University"
        },
        {
            "id": 534,
            "value": "Dominican College"
        },
        {
            "id": 535,
            "value": "Dominican School of Philosophy & Theology"
        },
        {
            "id": 536,
            "value": "Dominican University"
        },
        {
            "id": 537,
            "value": "Dominican University of California"
        },
        {
            "id": 538,
            "value": "Donnelly College"
        },
        {
            "id": 539,
            "value": "Dordt College"
        },
        {
            "id": 540,
            "value": "Dowling College"
        },
        {
            "id": 541,
            "value": "Drake University"
        },
        {
            "id": 542,
            "value": "Drew University"
        },
        {
            "id": 543,
            "value": "Drexel University"
        },
        {
            "id": 544,
            "value": "Drury University"
        },
        {
            "id": 545,
            "value": "Duke University"
        },
        {
            "id": 546,
            "value": "Dunwoody College of Technology"
        },
        {
            "id": 547,
            "value": "Duquesne University"
        },
        {
            "id": 548,
            "value": "D'Youville College"
        },
        {
            "id": 549,
            "value": "Earlham College"
        },
        {
            "id": 550,
            "value": "East Carolina University"
        },
        {
            "id": 551,
            "value": "East Central University"
        },
        {
            "id": 552,
            "value": "East Georgia State College"
        },
        {
            "id": 553,
            "value": "East Stroudsburg University"
        },
        {
            "id": 554,
            "value": "East Tennessee State University"
        },
        {
            "id": 555,
            "value": "East Texas Baptist University"
        },
        {
            "id": 556,
            "value": "Eastern Connecticut State University"
        },
        {
            "id": 557,
            "value": "Eastern Illinois University"
        },
        {
            "id": 558,
            "value": "Eastern Kentucky University"
        },
        {
            "id": 559,
            "value": "Eastern Mennonite University"
        },
        {
            "id": 560,
            "value": "Eastern Michigan University"
        },
        {
            "id": 561,
            "value": "Eastern Nazarene College"
        },
        {
            "id": 562,
            "value": "Eastern New Mexico University"
        },
        {
            "id": 563,
            "value": "Eastern Oregon University"
        },
        {
            "id": 564,
            "value": "Eastern University"
        },
        {
            "id": 565,
            "value": "Eastern Virginia Medical School"
        },
        {
            "id": 566,
            "value": "Eastern Washington University"
        },
        {
            "id": 567,
            "value": "East-West University"
        },
        {
            "id": 568,
            "value": "Ecclesia College"
        },
        {
            "id": 569,
            "value": "Eckerd College"
        },
        {
            "id": 570,
            "value": "ECPI University"
        },
        {
            "id": 571,
            "value": "Edgewood College"
        },
        {
            "id": 572,
            "value": "Edinboro University of Pennsylvania"
        },
        {
            "id": 573,
            "value": "Edward Waters College"
        },
        {
            "id": 574,
            "value": "Elizabeth City State University"
        },
        {
            "id": 575,
            "value": "Elizabethtown College"
        },
        {
            "id": 576,
            "value": "Elmhurst College"
        },
        {
            "id": 577,
            "value": "Elmira College"
        },
        {
            "id": 578,
            "value": "Elon University"
        },
        {
            "id": 579,
            "value": "Embry-Riddle Aeronautical University"
        },
        {
            "id": 580,
            "value": "Emerson College"
        },
        {
            "id": 581,
            "value": "Emmanuel College"
        },
        {
            "id": 582,
            "value": "Emmanuel College, Georgia"
        },
        {
            "id": 583,
            "value": "Emmaus Bible College"
        },
        {
            "id": 584,
            "value": "Emory & Henry College"
        },
        {
            "id": 585,
            "value": "Emory University"
        },
        {
            "id": 586,
            "value": "Emporia State University"
        },
        {
            "id": 587,
            "value": "Endicott College"
        },
        {
            "id": 588,
            "value": "Erskine College"
        },
        {
            "id": 589,
            "value": "Eureka College"
        },
        {
            "id": 590,
            "value": "Evangel University"
        },
        {
            "id": 591,
            "value": "Everglades University"
        },
        {
            "id": 592,
            "value": "Fairfield University"
        },
        {
            "id": 593,
            "value": "Fairleigh Dickinson University"
        },
        {
            "id": 594,
            "value": "Fairmont State University"
        },
        {
            "id": 595,
            "value": "Faith Baptist Bible College and Theological Seminary"
        },
        {
            "id": 596,
            "value": "Farmingdale State College"
        },
        {
            "id": 597,
            "value": "Fashion Institute of Technology"
        },
        {
            "id": 598,
            "value": "Faulkner University"
        },
        {
            "id": 599,
            "value": "Fayetteville State University"
        },
        {
            "id": 600,
            "value": "Felician University"
        },
        {
            "id": 601,
            "value": "Ferris State University"
        },
        {
            "id": 602,
            "value": "Ferrum College"
        },
        {
            "id": 603,
            "value": "Fielding Graduate University"
        },
        {
            "id": 604,
            "value": "Finlandia University"
        },
        {
            "id": 605,
            "value": "Fisher College"
        },
        {
            "id": 606,
            "value": "Fisk University"
        },
        {
            "id": 607,
            "value": "Fitchburg State University"
        },
        {
            "id": 608,
            "value": "Five Towns College"
        },
        {
            "id": 609,
            "value": "Flagler College"
        },
        {
            "id": 610,
            "value": "Florida Agricultural and Mechanical University"
        },
        {
            "id": 611,
            "value": "Florida Atlantic University"
        },
        {
            "id": 612,
            "value": "Florida College"
        },
        {
            "id": 613,
            "value": "Florida Gateway College"
        },
        {
            "id": 614,
            "value": "Florida Gulf Coast University"
        },
        {
            "id": 615,
            "value": "Florida Institute of Technology"
        },
        {
            "id": 616,
            "value": "Florida International University"
        },
        {
            "id": 617,
            "value": "Florida Memorial University"
        },
        {
            "id": 618,
            "value": "Florida National University"
        },
        {
            "id": 619,
            "value": "Florida Southern College"
        },
        {
            "id": 620,
            "value": "Florida SouthWestern State College"
        },
        {
            "id": 621,
            "value": "Florida State College at Jacksonville"
        },
        {
            "id": 622,
            "value": "Florida State University"
        },
        {
            "id": 623,
            "value": "Fontbonne University"
        },
        {
            "id": 624,
            "value": "Fordham University"
        },
        {
            "id": 625,
            "value": "Fort Hays State University"
        },
        {
            "id": 626,
            "value": "Fort Lewis College"
        },
        {
            "id": 627,
            "value": "Fort Valley State University"
        },
        {
            "id": 628,
            "value": "Framingham State University"
        },
        {
            "id": 629,
            "value": "Francis Marion University"
        },
        {
            "id": 630,
            "value": "Franciscan Missionaries of Our Lady University"
        },
        {
            "id": 631,
            "value": "Franciscan University of Steubenville"
        },
        {
            "id": 632,
            "value": "Franklin and Marshall College"
        },
        {
            "id": 633,
            "value": "Franklin College"
        },
        {
            "id": 634,
            "value": "Franklin Pierce University"
        },
        {
            "id": 635,
            "value": "Franklin University"
        },
        {
            "id": 636,
            "value": "Franklin W. Olin College of Engineering"
        },
        {
            "id": 637,
            "value": "Freed-Hardeman University"
        },
        {
            "id": 638,
            "value": "Fresno Pacific University"
        },
        {
            "id": 639,
            "value": "Friends University"
        },
        {
            "id": 640,
            "value": "Frostburg State University"
        },
        {
            "id": 641,
            "value": "Furman University"
        },
        {
            "id": 642,
            "value": "Gallaudet University"
        },
        {
            "id": 643,
            "value": "Gannon University"
        },
        {
            "id": 644,
            "value": "Gardner-Webb University"
        },
        {
            "id": 645,
            "value": "Geisinger Commonwealth School of Medicine"
        },
        {
            "id": 646,
            "value": "Geneva College"
        },
        {
            "id": 647,
            "value": "George Fox University"
        },
        {
            "id": 648,
            "value": "George Mason University"
        },
        {
            "id": 649,
            "value": "George Washington University"
        },
        {
            "id": 650,
            "value": "Georgetown College"
        },
        {
            "id": 651,
            "value": "Georgetown University"
        },
        {
            "id": 652,
            "value": "Georgia College and State University"
        },
        {
            "id": 653,
            "value": "Georgia Gwinnett College"
        },
        {
            "id": 654,
            "value": "Georgia Institute of Technology"
        },
        {
            "id": 655,
            "value": "Georgia Southern University"
        },
        {
            "id": 656,
            "value": "Georgia Southwestern State University"
        },
        {
            "id": 657,
            "value": "Georgia State University"
        },
        {
            "id": 658,
            "value": "Georgian Court University"
        },
        {
            "id": 659,
            "value": "Gettysburg College"
        },
        {
            "id": 660,
            "value": "Glenville State College"
        },
        {
            "id": 661,
            "value": "Goddard College"
        },
        {
            "id": 662,
            "value": "God's Bible School and College"
        },
        {
            "id": 663,
            "value": "Golden Gate University"
        },
        {
            "id": 664,
            "value": "Goldey-Beacom College"
        },
        {
            "id": 665,
            "value": "Gonzaga University"
        },
        {
            "id": 666,
            "value": "Good Samaritan College of Nursing and Health Science"
        },
        {
            "id": 667,
            "value": "Goodwin College"
        },
        {
            "id": 668,
            "value": "Gordon College"
        },
        {
            "id": 669,
            "value": "Gordon State College"
        },
        {
            "id": 670,
            "value": "Goshen College"
        },
        {
            "id": 671,
            "value": "Goucher College"
        },
        {
            "id": 672,
            "value": "Governors State University"
        },
        {
            "id": 673,
            "value": "Grace Bible College"
        },
        {
            "id": 674,
            "value": "Grace College"
        },
        {
            "id": 675,
            "value": "Grace University"
        },
        {
            "id": 676,
            "value": "Graceland University"
        },
        {
            "id": 677,
            "value": "Grambling State University"
        },
        {
            "id": 678,
            "value": "Grand Canyon University"
        },
        {
            "id": 679,
            "value": "Grand Valley State University"
        },
        {
            "id": 680,
            "value": "Grand View University"
        },
        {
            "id": 681,
            "value": "Granite State College"
        },
        {
            "id": 682,
            "value": "Gratz College"
        },
        {
            "id": 683,
            "value": "Great Basin College"
        },
        {
            "id": 684,
            "value": "Great Lakes Christian College"
        },
        {
            "id": 685,
            "value": "Green Mountain College"
        },
        {
            "id": 686,
            "value": "Greensboro College"
        },
        {
            "id": 687,
            "value": "Greenville College"
        },
        {
            "id": 688,
            "value": "Grinnell College"
        },
        {
            "id": 689,
            "value": "Grove City College"
        },
        {
            "id": 690,
            "value": "Guilford College"
        },
        {
            "id": 691,
            "value": "Gulf Coast State College"
        },
        {
            "id": 692,
            "value": "Gustavus Adolphus College"
        },
        {
            "id": 693,
            "value": "Gwynedd Mercy University"
        },
        {
            "id": 694,
            "value": "Hamilton College"
        },
        {
            "id": 695,
            "value": "Hamline University"
        },
        {
            "id": 696,
            "value": "Hampden-Sydney College"
        },
        {
            "id": 697,
            "value": "Hampshire College"
        },
        {
            "id": 698,
            "value": "Hampton University"
        },
        {
            "id": 699,
            "value": "Hannibal-LaGrange University"
        },
        {
            "id": 700,
            "value": "Hanover College"
        },
        {
            "id": 701,
            "value": "Harding University"
        },
        {
            "id": 702,
            "value": "Hardin-Simmons University"
        },
        {
            "id": 703,
            "value": "Harrisburg University of Science and Technology"
        },
        {
            "id": 704,
            "value": "Harris-Stowe State University"
        },
        {
            "id": 705,
            "value": "Hartwick College"
        },
        {
            "id": 706,
            "value": "Harvard University"
        },
        {
            "id": 707,
            "value": "Harvey Mudd College"
        },
        {
            "id": 708,
            "value": "Hastings College"
        },
        {
            "id": 709,
            "value": "Haverford College"
        },
        {
            "id": 710,
            "value": "Hawaii Pacific University"
        },
        {
            "id": 711,
            "value": "Hebrew College"
        },
        {
            "id": 712,
            "value": "Heidelberg University"
        },
        {
            "id": 713,
            "value": "Helene Fuld College of Nursing"
        },
        {
            "id": 714,
            "value": "Henderson State University"
        },
        {
            "id": 715,
            "value": "Hendrix College"
        },
        {
            "id": 716,
            "value": "Heritage Christian University"
        },
        {
            "id": 717,
            "value": "Heritage University"
        },
        {
            "id": 718,
            "value": "Herzing University"
        },
        {
            "id": 719,
            "value": "High Point University"
        },
        {
            "id": 720,
            "value": "Hilbert College"
        },
        {
            "id": 721,
            "value": "Hillsdale College"
        },
        {
            "id": 722,
            "value": "Hiram College"
        },
        {
            "id": 723,
            "value": "Hobart and William Smith Colleges"
        },
        {
            "id": 724,
            "value": "Hodges University"
        },
        {
            "id": 725,
            "value": "Hofstra University"
        },
        {
            "id": 726,
            "value": "Hollins University"
        },
        {
            "id": 727,
            "value": "Holy Apostles College and Seminary"
        },
        {
            "id": 728,
            "value": "Holy Cross College"
        },
        {
            "id": 729,
            "value": "Holy Family University"
        },
        {
            "id": 730,
            "value": "Holy Names University"
        },
        {
            "id": 731,
            "value": "Hood College"
        },
        {
            "id": 732,
            "value": "Hope College"
        },
        {
            "id": 733,
            "value": "Hope International University"
        },
        {
            "id": 734,
            "value": "Houghton College"
        },
        {
            "id": 735,
            "value": "Houston Baptist University"
        },
        {
            "id": 736,
            "value": "Howard Payne University"
        },
        {
            "id": 737,
            "value": "Howard University"
        },
        {
            "id": 738,
            "value": "Hult International Business School"
        },
        {
            "id": 739,
            "value": "Humboldt State University"
        },
        {
            "id": 740,
            "value": "Humphreys University"
        },
        {
            "id": 741,
            "value": "Hunter College, CUNY"
        },
        {
            "id": 742,
            "value": "Huntingdon College"
        },
        {
            "id": 743,
            "value": "Huntington University"
        },
        {
            "id": 744,
            "value": "Husson University"
        },
        {
            "id": 745,
            "value": "Huston-Tillotson University"
        },
        {
            "id": 746,
            "value": "Icahn School of Medicine at Mount Sinai"
        },
        {
            "id": 747,
            "value": "Idaho State University"
        },
        {
            "id": 748,
            "value": "Illinois College"
        },
        {
            "id": 749,
            "value": "Illinois College of Optometry"
        },
        {
            "id": 750,
            "value": "Illinois Institute of Technology"
        },
        {
            "id": 751,
            "value": "Illinois State University"
        },
        {
            "id": 752,
            "value": "Illinois Wesleyan University"
        },
        {
            "id": 753,
            "value": "Immaculata University"
        },
        {
            "id": 754,
            "value": "Indian River State College"
        },
        {
            "id": 755,
            "value": "Indiana Institute of Technology"
        },
        {
            "id": 756,
            "value": "Indiana State University"
        },
        {
            "id": 757,
            "value": "Indiana University - Purdue University Fort Wayne"
        },
        {
            "id": 758,
            "value": "Indiana University - Purdue University Indianapolis"
        },
        {
            "id": 759,
            "value": "Indiana University Bloomington"
        },
        {
            "id": 760,
            "value": "Indiana University East"
        },
        {
            "id": 761,
            "value": "Indiana University Kokomo"
        },
        {
            "id": 762,
            "value": "Indiana University Northwest"
        },
        {
            "id": 763,
            "value": "Indiana University of Pennsylvania"
        },
        {
            "id": 764,
            "value": "Indiana University South Bend"
        },
        {
            "id": 765,
            "value": "Indiana University Southeast"
        },
        {
            "id": 766,
            "value": "Indiana Wesleyan University"
        },
        {
            "id": 767,
            "value": "Iona College"
        },
        {
            "id": 768,
            "value": "Iowa State University of Science and Technology"
        },
        {
            "id": 769,
            "value": "Iowa Wesleyan University"
        },
        {
            "id": 770,
            "value": "Irell and Manella Graduate School of Biological Sciences"
        },
        {
            "id": 771,
            "value": "Ithaca College"
        },
        {
            "id": 772,
            "value": "Jackson State University"
        },
        {
            "id": 773,
            "value": "Jacksonville State University"
        },
        {
            "id": 774,
            "value": "Jacksonville University"
        },
        {
            "id": 775,
            "value": "James Madison University"
        },
        {
            "id": 776,
            "value": "Jamestown Business College"
        },
        {
            "id": 777,
            "value": "Jarvis Christian College"
        },
        {
            "id": 778,
            "value": "Jefferson College of Health Sciences"
        },
        {
            "id": 779,
            "value": "John Brown University"
        },
        {
            "id": 780,
            "value": "John Carroll University"
        },
        {
            "id": 781,
            "value": "John F. Kennedy University"
        },
        {
            "id": 782,
            "value": "John Jay College of Criminal Justice"
        },
        {
            "id": 783,
            "value": "John Paul the Great Catholic University"
        },
        {
            "id": 784,
            "value": "John Wesley University"
        },
        {
            "id": 785,
            "value": "Johns Hopkins University"
        },
        {
            "id": 786,
            "value": "Johnson and Wales University"
        },
        {
            "id": 787,
            "value": "Johnson C. Smith University"
        },
        {
            "id": 788,
            "value": "Johnson State College"
        },
        {
            "id": 789,
            "value": "Johnson University"
        },
        {
            "id": 790,
            "value": "Judson College"
        },
        {
            "id": 791,
            "value": "Judson University"
        },
        {
            "id": 792,
            "value": "Juniata College"
        },
        {
            "id": 793,
            "value": "Kalamazoo College"
        },
        {
            "id": 794,
            "value": "Kansas City Art Institute"
        },
        {
            "id": 795,
            "value": "Kansas City University of Medicine and Biosciences"
        },
        {
            "id": 796,
            "value": "Kansas State University"
        },
        {
            "id": 797,
            "value": "Kansas Wesleyan University"
        },
        {
            "id": 798,
            "value": "Kaplan University"
        },
        {
            "id": 799,
            "value": "Kean University"
        },
        {
            "id": 800,
            "value": "Keck Graduate Institute"
        },
        {
            "id": 801,
            "value": "Keene State College"
        },
        {
            "id": 802,
            "value": "Keiser University"
        },
        {
            "id": 803,
            "value": "Kendall College"
        },
        {
            "id": 804,
            "value": "Kennesaw State University"
        },
        {
            "id": 805,
            "value": "Kent State University"
        },
        {
            "id": 806,
            "value": "Kentucky Christian University"
        },
        {
            "id": 807,
            "value": "Kentucky State University"
        },
        {
            "id": 808,
            "value": "Kentucky Wesleyan College"
        },
        {
            "id": 809,
            "value": "Kenyon College"
        },
        {
            "id": 810,
            "value": "Kettering College"
        },
        {
            "id": 811,
            "value": "Kettering University"
        },
        {
            "id": 812,
            "value": "Keuka College"
        },
        {
            "id": 813,
            "value": "Keystone College"
        },
        {
            "id": 814,
            "value": "King University"
        },
        {
            "id": 815,
            "value": "King's College"
        },
        {
            "id": 816,
            "value": "Knox College"
        },
        {
            "id": 817,
            "value": "Kutztown University of Pennsylvania"
        },
        {
            "id": 818,
            "value": "Kuyper College"
        },
        {
            "id": 819,
            "value": "La Roche College"
        },
        {
            "id": 820,
            "value": "La Salle University"
        },
        {
            "id": 821,
            "value": "La Sierra University"
        },
        {
            "id": 822,
            "value": "Labouré College"
        },
        {
            "id": 823,
            "value": "Lafayette College"
        },
        {
            "id": 824,
            "value": "LaGrange College"
        },
        {
            "id": 825,
            "value": "Laguna College of Art and Design"
        },
        {
            "id": 826,
            "value": "Lake Erie College"
        },
        {
            "id": 827,
            "value": "Lake Forest College"
        },
        {
            "id": 828,
            "value": "Lake Forest Graduate School of Management"
        },
        {
            "id": 829,
            "value": "Lake Superior State University"
        },
        {
            "id": 830,
            "value": "Lake Washington Institute of Technology"
        },
        {
            "id": 831,
            "value": "Lakeland College"
        },
        {
            "id": 832,
            "value": "Lakeview College of Nursing"
        },
        {
            "id": 833,
            "value": "Lamar University"
        },
        {
            "id": 834,
            "value": "Lancaster Bible College"
        },
        {
            "id": 835,
            "value": "Lander University"
        },
        {
            "id": 836,
            "value": "Landmark College"
        },
        {
            "id": 837,
            "value": "Lane College"
        },
        {
            "id": 838,
            "value": "Langston University"
        },
        {
            "id": 839,
            "value": "Lasell College"
        },
        {
            "id": 840,
            "value": "Lawrence Technological University"
        },
        {
            "id": 841,
            "value": "Lawrence University"
        },
        {
            "id": 842,
            "value": "Le Moyne College"
        },
        {
            "id": 843,
            "value": "Lebanon Valley College"
        },
        {
            "id": 844,
            "value": "Lee University"
        },
        {
            "id": 845,
            "value": "Lees-McRae College"
        },
        {
            "id": 846,
            "value": "Lehigh University"
        },
        {
            "id": 847,
            "value": "Lehman College, CUNY"
        },
        {
            "id": 848,
            "value": "LeMoyne-Owen College"
        },
        {
            "id": 849,
            "value": "Lenoir-Rhyne University"
        },
        {
            "id": 850,
            "value": "Lesley University"
        },
        {
            "id": 851,
            "value": "LeTourneau University"
        },
        {
            "id": 852,
            "value": "Lewis & Clark College"
        },
        {
            "id": 853,
            "value": "Lewis University"
        },
        {
            "id": 854,
            "value": "Lewis-Clark State College"
        },
        {
            "id": 855,
            "value": "Liberty University"
        },
        {
            "id": 856,
            "value": "Life Pacific College"
        },
        {
            "id": 857,
            "value": "Life University"
        },
        {
            "id": 858,
            "value": "LIM College"
        },
        {
            "id": 859,
            "value": "Limestone College"
        },
        {
            "id": 860,
            "value": "Lincoln Christian University"
        },
        {
            "id": 861,
            "value": "Lincoln College"
        },
        {
            "id": 862,
            "value": "Lincoln College of New England"
        },
        {
            "id": 863,
            "value": "Lincoln Memorial University"
        },
        {
            "id": 864,
            "value": "Lincoln University"
        },
        {
            "id": 865,
            "value": "Lincoln University, California"
        },
        {
            "id": 866,
            "value": "Lincoln University, Missouri"
        },
        {
            "id": 867,
            "value": "Lindenwood University"
        },
        {
            "id": 868,
            "value": "Lindsey Wilson College"
        },
        {
            "id": 869,
            "value": "Linfield College"
        },
        {
            "id": 870,
            "value": "Lipscomb University"
        },
        {
            "id": 871,
            "value": "Livingstone College"
        },
        {
            "id": 872,
            "value": "Lock Haven University"
        },
        {
            "id": 873,
            "value": "Logan University"
        },
        {
            "id": 874,
            "value": "Loma Linda University"
        },
        {
            "id": 875,
            "value": "Long Island University"
        },
        {
            "id": 876,
            "value": "Longwood University"
        },
        {
            "id": 877,
            "value": "Loras College"
        },
        {
            "id": 878,
            "value": "Louisiana College"
        },
        {
            "id": 879,
            "value": "Louisiana State University"
        },
        {
            "id": 880,
            "value": "Louisiana State University Health Sciences Center"
        },
        {
            "id": 881,
            "value": "Louisiana State University Health Sciences Center-Shreveport"
        },
        {
            "id": 882,
            "value": "Louisiana State University in Shreveport"
        },
        {
            "id": 883,
            "value": "Louisiana State University of Alexandria"
        },
        {
            "id": 884,
            "value": "Louisiana Tech University"
        },
        {
            "id": 885,
            "value": "Lourdes University"
        },
        {
            "id": 886,
            "value": "Loyola Marymount University"
        },
        {
            "id": 887,
            "value": "Loyola University Chicago"
        },
        {
            "id": 888,
            "value": "Loyola University Maryland"
        },
        {
            "id": 889,
            "value": "Loyola University New Orleans"
        },
        {
            "id": 890,
            "value": "Lubbock Christian University"
        },
        {
            "id": 891,
            "value": "Luther College"
        },
        {
            "id": 892,
            "value": "Lycoming College"
        },
        {
            "id": 893,
            "value": "Lynchburg College"
        },
        {
            "id": 894,
            "value": "Lyndon State College"
        },
        {
            "id": 895,
            "value": "Lynn University"
        },
        {
            "id": 896,
            "value": "Lyon College"
        },
        {
            "id": 897,
            "value": "Macalester College"
        },
        {
            "id": 898,
            "value": "MacMurray College"
        },
        {
            "id": 899,
            "value": "Madonna University"
        },
        {
            "id": 900,
            "value": "Maharishi University of Management"
        },
        {
            "id": 901,
            "value": "Maine College of Art"
        },
        {
            "id": 902,
            "value": "Maine Maritime Academy"
        },
        {
            "id": 903,
            "value": "Malone University"
        },
        {
            "id": 904,
            "value": "Manchester University"
        },
        {
            "id": 905,
            "value": "Manhattan Christian College"
        },
        {
            "id": 906,
            "value": "Manhattan College"
        },
        {
            "id": 907,
            "value": "Manhattan School of Music"
        },
        {
            "id": 908,
            "value": "Manhattanville College"
        },
        {
            "id": 909,
            "value": "Mansfield University of Pennsylvania"
        },
        {
            "id": 910,
            "value": "Maranatha Baptist University"
        },
        {
            "id": 911,
            "value": "Maria College"
        },
        {
            "id": 912,
            "value": "Marian University"
        },
        {
            "id": 913,
            "value": "Marian University, Wisconsin"
        },
        {
            "id": 914,
            "value": "Marietta College"
        },
        {
            "id": 915,
            "value": "Marist College"
        },
        {
            "id": 916,
            "value": "Marlboro College"
        },
        {
            "id": 917,
            "value": "Marquette University"
        },
        {
            "id": 918,
            "value": "Mars Hill University"
        },
        {
            "id": 919,
            "value": "Marshall B. Ketchum University"
        },
        {
            "id": 920,
            "value": "Marshall University"
        },
        {
            "id": 921,
            "value": "Martin Luther College"
        },
        {
            "id": 922,
            "value": "Martin Methodist College"
        },
        {
            "id": 923,
            "value": "Martin University"
        },
        {
            "id": 924,
            "value": "Mary Baldwin University"
        },
        {
            "id": 925,
            "value": "Marygrove College"
        },
        {
            "id": 926,
            "value": "Maryland Institute College of Art"
        },
        {
            "id": 927,
            "value": "Maryland University of Integrative Health"
        },
        {
            "id": 928,
            "value": "Marylhurst University"
        },
        {
            "id": 929,
            "value": "Marymount California University"
        },
        {
            "id": 930,
            "value": "Marymount Manhattan College"
        },
        {
            "id": 931,
            "value": "Marymount University"
        },
        {
            "id": 932,
            "value": "Maryville College"
        },
        {
            "id": 933,
            "value": "Maryville University"
        },
        {
            "id": 934,
            "value": "Marywood University"
        },
        {
            "id": 935,
            "value": "Massachusetts College of Art and Design"
        },
        {
            "id": 936,
            "value": "Massachusetts College of Liberal Arts"
        },
        {
            "id": 937,
            "value": "Massachusetts Institute of Technology"
        },
        {
            "id": 938,
            "value": "Massachusetts Maritime Academy"
        },
        {
            "id": 939,
            "value": "Massachusetts School of Law"
        },
        {
            "id": 940,
            "value": "Mayo Medical School"
        },
        {
            "id": 941,
            "value": "Mayville State University"
        },
        {
            "id": 942,
            "value": "McDaniel College"
        },
        {
            "id": 943,
            "value": "McKendree University"
        },
        {
            "id": 944,
            "value": "McMurry University"
        },
        {
            "id": 945,
            "value": "McNeese State University"
        },
        {
            "id": 946,
            "value": "McPherson College"
        },
        {
            "id": 947,
            "value": "MCPHS University"
        },
        {
            "id": 948,
            "value": "Medaille College"
        },
        {
            "id": 949,
            "value": "Medgar Evers College"
        },
        {
            "id": 950,
            "value": "Medical College of Wisconsin"
        },
        {
            "id": 951,
            "value": "Medical University of South Carolina"
        },
        {
            "id": 952,
            "value": "Meharry Medical College"
        },
        {
            "id": 953,
            "value": "Memphis College of Art"
        },
        {
            "id": 954,
            "value": "Menlo College"
        },
        {
            "id": 955,
            "value": "Mercer University"
        },
        {
            "id": 956,
            "value": "Mercy College"
        },
        {
            "id": 957,
            "value": "Mercy College of Health Sciences"
        },
        {
            "id": 958,
            "value": "Mercy College of Ohio"
        },
        {
            "id": 959,
            "value": "Mercyhurst University"
        },
        {
            "id": 960,
            "value": "Meredith College"
        },
        {
            "id": 961,
            "value": "Merrimack College"
        },
        {
            "id": 962,
            "value": "Messiah College"
        },
        {
            "id": 963,
            "value": "Methodist College"
        },
        {
            "id": 964,
            "value": "Methodist University"
        },
        {
            "id": 965,
            "value": "Metropolitan College of New York"
        },
        {
            "id": 966,
            "value": "Metropolitan State University"
        },
        {
            "id": 967,
            "value": "Metropolitan State University of Denver"
        },
        {
            "id": 968,
            "value": "MGH Institute of Health Professions"
        },
        {
            "id": 969,
            "value": "Miami Dade College"
        },
        {
            "id": 970,
            "value": "Miami University"
        },
        {
            "id": 971,
            "value": "Michigan School of Professional Psychology"
        },
        {
            "id": 972,
            "value": "Michigan State University"
        },
        {
            "id": 973,
            "value": "Michigan Technological University"
        },
        {
            "id": 974,
            "value": "Mid-America Christian University"
        },
        {
            "id": 975,
            "value": "MidAmerica Nazarene University"
        },
        {
            "id": 976,
            "value": "Mid-Atlantic Christian University"
        },
        {
            "id": 977,
            "value": "Middle Georgia State University"
        },
        {
            "id": 978,
            "value": "Middle Tennessee School of Anesthesia"
        },
        {
            "id": 979,
            "value": "Middle Tennessee State University"
        },
        {
            "id": 980,
            "value": "Middlebury College"
        },
        {
            "id": 981,
            "value": "Midland College"
        },
        {
            "id": 982,
            "value": "Midland University"
        },
        {
            "id": 983,
            "value": "Midstate College"
        },
        {
            "id": 984,
            "value": "Midway University"
        },
        {
            "id": 985,
            "value": "Midwestern State University"
        },
        {
            "id": 986,
            "value": "Midwestern University"
        },
        {
            "id": 987,
            "value": "Miles College"
        },
        {
            "id": 988,
            "value": "Millersville University of Pennsylvania"
        },
        {
            "id": 989,
            "value": "Milligan College"
        },
        {
            "id": 990,
            "value": "Millikin University"
        },
        {
            "id": 991,
            "value": "Mills College"
        },
        {
            "id": 992,
            "value": "Millsaps College"
        },
        {
            "id": 993,
            "value": "Milwaukee Institute of Art & Design"
        },
        {
            "id": 994,
            "value": "Milwaukee School of Engineering"
        },
        {
            "id": 995,
            "value": "Minneapolis College of Art and Design"
        },
        {
            "id": 996,
            "value": "Minnesota State University Moorhead"
        },
        {
            "id": 997,
            "value": "Minnesota State University, Mankato"
        },
        {
            "id": 998,
            "value": "Minot State University"
        },
        {
            "id": 999,
            "value": "Misericordia University"
        },
        {
            "id": 1000,
            "value": "Mississippi College"
        },
        {
            "id": 1001,
            "value": "Mississippi State University"
        },
        {
            "id": 1002,
            "value": "Mississippi University for Women"
        },
        {
            "id": 1003,
            "value": "Mississippi Valley State University"
        },
        {
            "id": 1004,
            "value": "Missouri Baptist University"
        },
        {
            "id": 1005,
            "value": "Missouri Southern State University"
        },
        {
            "id": 1006,
            "value": "Missouri State University"
        },
        {
            "id": 1007,
            "value": "Missouri University of Science and Technology"
        },
        {
            "id": 1008,
            "value": "Missouri Valley College"
        },
        {
            "id": 1009,
            "value": "Missouri Western State University"
        },
        {
            "id": 1010,
            "value": "Mitchell College"
        },
        {
            "id": 1011,
            "value": "Mitchell Hamline School of Law"
        },
        {
            "id": 1012,
            "value": "Molloy College"
        },
        {
            "id": 1013,
            "value": "Monmouth College"
        },
        {
            "id": 1014,
            "value": "Monmouth University"
        },
        {
            "id": 1015,
            "value": "Monroe College"
        },
        {
            "id": 1016,
            "value": "Montana State University"
        },
        {
            "id": 1017,
            "value": "Montana State University Billings"
        },
        {
            "id": 1018,
            "value": "Montana State University-Northern"
        },
        {
            "id": 1019,
            "value": "Montana Tech"
        },
        {
            "id": 1020,
            "value": "Montclair State University"
        },
        {
            "id": 1021,
            "value": "Montreat College"
        },
        {
            "id": 1022,
            "value": "Montserrat College of Art"
        },
        {
            "id": 1023,
            "value": "Moody Bible Institute"
        },
        {
            "id": 1024,
            "value": "Moore College of Art and Design"
        },
        {
            "id": 1025,
            "value": "Moravian College"
        },
        {
            "id": 1026,
            "value": "Morehead State University"
        },
        {
            "id": 1027,
            "value": "Morehouse College"
        },
        {
            "id": 1028,
            "value": "Morehouse School of Medicine"
        },
        {
            "id": 1029,
            "value": "Morgan State University"
        },
        {
            "id": 1030,
            "value": "Morningside College"
        },
        {
            "id": 1031,
            "value": "Morris College"
        },
        {
            "id": 1032,
            "value": "Morrisville State College"
        },
        {
            "id": 1033,
            "value": "Mount Aloysius College"
        },
        {
            "id": 1034,
            "value": "Mount Carmel College of Nursing"
        },
        {
            "id": 1035,
            "value": "Mount Holyoke College"
        },
        {
            "id": 1036,
            "value": "Mount Ida College"
        },
        {
            "id": 1037,
            "value": "Mount Marty College"
        },
        {
            "id": 1038,
            "value": "Mount Mary University"
        },
        {
            "id": 1039,
            "value": "Mount Mercy University"
        },
        {
            "id": 1040,
            "value": "Mount Saint Mary College"
        },
        {
            "id": 1041,
            "value": "Mount Saint Mary's University"
        },
        {
            "id": 1042,
            "value": "Mount St. Joseph University"
        },
        {
            "id": 1043,
            "value": "Mount St. Mary's University"
        },
        {
            "id": 1044,
            "value": "Mount Vernon Nazarene University"
        },
        {
            "id": 1045,
            "value": "Muhlenberg College"
        },
        {
            "id": 1046,
            "value": "Multnomah University"
        },
        {
            "id": 1047,
            "value": "Murray State University"
        },
        {
            "id": 1048,
            "value": "Muskingum University"
        },
        {
            "id": 1049,
            "value": "Naropa University"
        },
        {
            "id": 1050,
            "value": "National American University"
        },
        {
            "id": 1051,
            "value": "National Defense University"
        },
        {
            "id": 1052,
            "value": "National Labor College"
        },
        {
            "id": 1053,
            "value": "National University"
        },
        {
            "id": 1054,
            "value": "National University of Health Sciences"
        },
        {
            "id": 1055,
            "value": "National-Louis University"
        },
        {
            "id": 1056,
            "value": "Naval Postgraduate School"
        },
        {
            "id": 1057,
            "value": "Nazarene Bible College"
        },
        {
            "id": 1058,
            "value": "Nazareth College"
        },
        {
            "id": 1059,
            "value": "Nebraska Christian College"
        },
        {
            "id": 1060,
            "value": "Nebraska Methodist College"
        },
        {
            "id": 1061,
            "value": "Nebraska Wesleyan University"
        },
        {
            "id": 1062,
            "value": "Neumann University"
        },
        {
            "id": 1063,
            "value": "Neumont University"
        },
        {
            "id": 1064,
            "value": "Nevada State College"
        },
        {
            "id": 1065,
            "value": "New College of Florida"
        },
        {
            "id": 1066,
            "value": "New England College"
        },
        {
            "id": 1067,
            "value": "New England College of Optometry"
        },
        {
            "id": 1068,
            "value": "New England Conservatory"
        },
        {
            "id": 1069,
            "value": "New England Institute of Technology"
        },
        {
            "id": 1070,
            "value": "New England Law | Boston"
        },
        {
            "id": 1071,
            "value": "New Hope Christian College"
        },
        {
            "id": 1072,
            "value": "New Jersey City University"
        },
        {
            "id": 1073,
            "value": "New Jersey Institute of Technology"
        },
        {
            "id": 1074,
            "value": "New Mexico Highlands University"
        },
        {
            "id": 1075,
            "value": "New Mexico Institute of Mining and Technology"
        },
        {
            "id": 1076,
            "value": "New Mexico State University"
        },
        {
            "id": 1077,
            "value": "New York Academy of Art"
        },
        {
            "id": 1078,
            "value": "New York City College of Technology, CUNY"
        },
        {
            "id": 1079,
            "value": "New York College of Podiatric Medicine"
        },
        {
            "id": 1080,
            "value": "New York Institute of Technology"
        },
        {
            "id": 1081,
            "value": "New York Law School"
        },
        {
            "id": 1082,
            "value": "New York Medical College"
        },
        {
            "id": 1083,
            "value": "New York School of Interior Design"
        },
        {
            "id": 1084,
            "value": "New York University"
        },
        {
            "id": 1085,
            "value": "Newberry College"
        },
        {
            "id": 1086,
            "value": "Newbury College"
        },
        {
            "id": 1087,
            "value": "Newman University"
        },
        {
            "id": 1088,
            "value": "NewSchool of Architecture and Design"
        },
        {
            "id": 1089,
            "value": "Niagara University"
        },
        {
            "id": 1090,
            "value": "Nicholls State University"
        },
        {
            "id": 1091,
            "value": "Nichols College"
        },
        {
            "id": 1092,
            "value": "Norfolk State University"
        },
        {
            "id": 1093,
            "value": "North Carolina Agricultural and Technical State University"
        },
        {
            "id": 1094,
            "value": "North Carolina Central University"
        },
        {
            "id": 1095,
            "value": "North Carolina State University"
        },
        {
            "id": 1096,
            "value": "North Carolina Wesleyan College"
        },
        {
            "id": 1097,
            "value": "North Central College"
        },
        {
            "id": 1098,
            "value": "North Central University"
        },
        {
            "id": 1099,
            "value": "North Dakota State University"
        },
        {
            "id": 1100,
            "value": "North Greenville University"
        },
        {
            "id": 1101,
            "value": "North Park University"
        },
        {
            "id": 1102,
            "value": "Northeast Catholic College"
        },
        {
            "id": 1103,
            "value": "Northeast Ohio Medical University"
        },
        {
            "id": 1104,
            "value": "Northeastern Illinois University"
        },
        {
            "id": 1105,
            "value": "Northeastern State University"
        },
        {
            "id": 1106,
            "value": "Northeastern University"
        },
        {
            "id": 1107,
            "value": "Northern Arizona University"
        },
        {
            "id": 1108,
            "value": "Northern Illinois University"
        },
        {
            "id": 1109,
            "value": "Northern Kentucky University"
        },
        {
            "id": 1110,
            "value": "Northern Michigan University"
        },
        {
            "id": 1111,
            "value": "Northern New Mexico College"
        },
        {
            "id": 1112,
            "value": "Northern State University"
        },
        {
            "id": 1113,
            "value": "Northland College"
        },
        {
            "id": 1114,
            "value": "Northpoint Bible College"
        },
        {
            "id": 1115,
            "value": "Northwest Christian University"
        },
        {
            "id": 1116,
            "value": "Northwest Florida State College"
        },
        {
            "id": 1117,
            "value": "Northwest Missouri State University"
        },
        {
            "id": 1118,
            "value": "Northwest Nazarene University"
        },
        {
            "id": 1119,
            "value": "Northwest University"
        },
        {
            "id": 1120,
            "value": "Northwestern College"
        },
        {
            "id": 1121,
            "value": "Northwestern Health Sciences University"
        },
        {
            "id": 1122,
            "value": "Northwestern Oklahoma State University"
        },
        {
            "id": 1123,
            "value": "Northwestern State University of Louisiana"
        },
        {
            "id": 1124,
            "value": "Northwestern University"
        },
        {
            "id": 1125,
            "value": "Northwood University"
        },
        {
            "id": 1126,
            "value": "Norwich University"
        },
        {
            "id": 1127,
            "value": "Notre Dame College"
        },
        {
            "id": 1128,
            "value": "Notre Dame de Namur University"
        },
        {
            "id": 1129,
            "value": "Notre Dame of Maryland University"
        },
        {
            "id": 1130,
            "value": "Nova Southeastern University"
        },
        {
            "id": 1131,
            "value": "Nyack College"
        },
        {
            "id": 1132,
            "value": "Oak Hills Christian College"
        },
        {
            "id": 1133,
            "value": "Oakland City University"
        },
        {
            "id": 1134,
            "value": "Oakland University"
        },
        {
            "id": 1135,
            "value": "Oakwood University"
        },
        {
            "id": 1136,
            "value": "Oberlin College"
        },
        {
            "id": 1137,
            "value": "Occidental College"
        },
        {
            "id": 1138,
            "value": "Oglethorpe University"
        },
        {
            "id": 1139,
            "value": "Ohio Christian University"
        },
        {
            "id": 1140,
            "value": "Ohio Dominican University"
        },
        {
            "id": 1141,
            "value": "Ohio Northern University"
        },
        {
            "id": 1142,
            "value": "Ohio University"
        },
        {
            "id": 1143,
            "value": "Ohio University Southern"
        },
        {
            "id": 1144,
            "value": "Ohio University-Chillicothe"
        },
        {
            "id": 1145,
            "value": "Ohio Valley University"
        },
        {
            "id": 1146,
            "value": "Ohio Wesleyan University"
        },
        {
            "id": 1147,
            "value": "Oklahoma Baptist University"
        },
        {
            "id": 1148,
            "value": "Oklahoma Christian University"
        },
        {
            "id": 1149,
            "value": "Oklahoma City University"
        },
        {
            "id": 1150,
            "value": "Oklahoma Panhandle State University"
        },
        {
            "id": 1151,
            "value": "Oklahoma State University"
        },
        {
            "id": 1152,
            "value": "Oklahoma Wesleyan University"
        },
        {
            "id": 1153,
            "value": "Old Dominion University"
        },
        {
            "id": 1154,
            "value": "Olivet College"
        },
        {
            "id": 1155,
            "value": "Olivet Nazarene University"
        },
        {
            "id": 1156,
            "value": "Oral Roberts University"
        },
        {
            "id": 1157,
            "value": "Oregon College of Art and Craft"
        },
        {
            "id": 1158,
            "value": "Oregon Health & Science University"
        },
        {
            "id": 1159,
            "value": "Oregon Institute of Technology"
        },
        {
            "id": 1160,
            "value": "Oregon State University"
        },
        {
            "id": 1161,
            "value": "Otis College of Art and Design"
        },
        {
            "id": 1162,
            "value": "Ottawa University"
        },
        {
            "id": 1163,
            "value": "Otterbein University"
        },
        {
            "id": 1164,
            "value": "Ouachita Baptist University"
        },
        {
            "id": 1165,
            "value": "Our Lady of the Lake University"
        },
        {
            "id": 1166,
            "value": "Ozark Christian College"
        },
        {
            "id": 1167,
            "value": "Pace University"
        },
        {
            "id": 1168,
            "value": "Pacific Lutheran University"
        },
        {
            "id": 1169,
            "value": "Pacific Northwest College of Art"
        },
        {
            "id": 1170,
            "value": "Pacific Oaks College"
        },
        {
            "id": 1171,
            "value": "Pacific Union College"
        },
        {
            "id": 1172,
            "value": "Pacific University"
        },
        {
            "id": 1173,
            "value": "Pacifica Graduate Institute"
        },
        {
            "id": 1174,
            "value": "Paine College"
        },
        {
            "id": 1175,
            "value": "Palm Beach Atlantic University"
        },
        {
            "id": 1176,
            "value": "Palm Beach State College"
        },
        {
            "id": 1177,
            "value": "Palo Alto University"
        },
        {
            "id": 1178,
            "value": "Pardee RAND Graduate School"
        },
        {
            "id": 1179,
            "value": "Park University"
        },
        {
            "id": 1180,
            "value": "Parker University"
        },
        {
            "id": 1181,
            "value": "Patten University"
        },
        {
            "id": 1182,
            "value": "Paul Quinn College"
        },
        {
            "id": 1183,
            "value": "Paul Smith's College"
        },
        {
            "id": 1184,
            "value": "Peirce College"
        },
        {
            "id": 1185,
            "value": "Penn State College of Medicine"
        },
        {
            "id": 1186,
            "value": "Penn State University"
        },
        {
            "id": 1187,
            "value": "Pennsylvania Academy of the Fine Arts"
        },
        {
            "id": 1188,
            "value": "Pennsylvania College of Art and Design"
        },
        {
            "id": 1189,
            "value": "Pennsylvania College of Health Sciences"
        },
        {
            "id": 1190,
            "value": "Pennsylvania College of Technology"
        },
        {
            "id": 1191,
            "value": "Pensacola State College"
        },
        {
            "id": 1192,
            "value": "Pepperdine University"
        },
        {
            "id": 1193,
            "value": "Peru State College"
        },
        {
            "id": 1194,
            "value": "Pfeiffer University"
        },
        {
            "id": 1195,
            "value": "Philander Smith College"
        },
        {
            "id": 1196,
            "value": "Phillips Graduate University"
        },
        {
            "id": 1197,
            "value": "Piedmont College"
        },
        {
            "id": 1198,
            "value": "Piedmont International University"
        },
        {
            "id": 1199,
            "value": "Pillar College"
        },
        {
            "id": 1200,
            "value": "Pine Manor College"
        },
        {
            "id": 1201,
            "value": "Pittsburg State University"
        },
        {
            "id": 1202,
            "value": "Pitzer College"
        },
        {
            "id": 1203,
            "value": "Plaza College"
        },
        {
            "id": 1204,
            "value": "Plymouth State University"
        },
        {
            "id": 1205,
            "value": "Point Loma Nazarene University"
        },
        {
            "id": 1206,
            "value": "Point Park University"
        },
        {
            "id": 1207,
            "value": "Point University"
        },
        {
            "id": 1208,
            "value": "Polk State College"
        },
        {
            "id": 1209,
            "value": "Pomona College"
        },
        {
            "id": 1210,
            "value": "Pontifical Faculty of the Immaculate Conception"
        },
        {
            "id": 1211,
            "value": "Portland State University"
        },
        {
            "id": 1212,
            "value": "Post University"
        },
        {
            "id": 1213,
            "value": "Prairie View A&M University"
        },
        {
            "id": 1214,
            "value": "Pratt Institute"
        },
        {
            "id": 1215,
            "value": "Presbyterian College"
        },
        {
            "id": 1216,
            "value": "Prescott College"
        },
        {
            "id": 1217,
            "value": "Presentation College"
        },
        {
            "id": 1218,
            "value": "Princeton University"
        },
        {
            "id": 1219,
            "value": "Principia College"
        },
        {
            "id": 1220,
            "value": "Providence Christian College"
        },
        {
            "id": 1221,
            "value": "Providence College"
        },
        {
            "id": 1222,
            "value": "Purchase College, State University of New York"
        },
        {
            "id": 1223,
            "value": "Purdue University"
        },
        {
            "id": 1224,
            "value": "Purdue University Northwest"
        },
        {
            "id": 1225,
            "value": "Queens College, City University of New York"
        },
        {
            "id": 1226,
            "value": "Queens University of Charlotte"
        },
        {
            "id": 1227,
            "value": "Quincy University"
        },
        {
            "id": 1228,
            "value": "Quinnipiac University"
        },
        {
            "id": 1229,
            "value": "Radford University"
        },
        {
            "id": 1230,
            "value": "Ramapo College of New Jersey"
        },
        {
            "id": 1231,
            "value": "Randolph College"
        },
        {
            "id": 1232,
            "value": "Randolph-Macon College"
        },
        {
            "id": 1233,
            "value": "Rasmussen College"
        },
        {
            "id": 1234,
            "value": "Reed College"
        },
        {
            "id": 1235,
            "value": "Regent University"
        },
        {
            "id": 1236,
            "value": "Regis College"
        },
        {
            "id": 1237,
            "value": "Regis University"
        },
        {
            "id": 1238,
            "value": "Reinhardt University"
        },
        {
            "id": 1239,
            "value": "Relay Graduate School of Education"
        },
        {
            "id": 1240,
            "value": "Rensselaer Polytechnic Institute"
        },
        {
            "id": 1241,
            "value": "Research College of Nursing"
        },
        {
            "id": 1242,
            "value": "Resurrection University"
        },
        {
            "id": 1243,
            "value": "Rhode Island College"
        },
        {
            "id": 1244,
            "value": "Rhode Island School of Design"
        },
        {
            "id": 1245,
            "value": "Rhodes College"
        },
        {
            "id": 1246,
            "value": "Rice University"
        },
        {
            "id": 1247,
            "value": "Richmont Graduate University"
        },
        {
            "id": 1248,
            "value": "Rider University"
        },
        {
            "id": 1249,
            "value": "Ringling College of Art and Design"
        },
        {
            "id": 1250,
            "value": "Ripon College"
        },
        {
            "id": 1251,
            "value": "Rivier University"
        },
        {
            "id": 1252,
            "value": "Roanoke College"
        },
        {
            "id": 1253,
            "value": "Robert Morris University"
        },
        {
            "id": 1254,
            "value": "Robert Morris University Illinois"
        },
        {
            "id": 1255,
            "value": "Roberts Wesleyan College"
        },
        {
            "id": 1256,
            "value": "Rochester College"
        },
        {
            "id": 1257,
            "value": "Rochester Institute of Technology"
        },
        {
            "id": 1258,
            "value": "Rockford University"
        },
        {
            "id": 1259,
            "value": "Rockhurst University"
        },
        {
            "id": 1260,
            "value": "Rocky Mountain College"
        },
        {
            "id": 1261,
            "value": "Rocky Mountain College of Art and Design"
        },
        {
            "id": 1262,
            "value": "Rocky Mountain University of Health Professions"
        },
        {
            "id": 1263,
            "value": "Rocky Vista University"
        },
        {
            "id": 1264,
            "value": "Roger Williams University"
        },
        {
            "id": 1265,
            "value": "Rogers State University"
        },
        {
            "id": 1266,
            "value": "Rollins College"
        },
        {
            "id": 1267,
            "value": "Roosevelt University"
        },
        {
            "id": 1268,
            "value": "Rosalind Franklin University of Medicine and Science"
        },
        {
            "id": 1269,
            "value": "Rose-Hulman Institute of Technology"
        },
        {
            "id": 1270,
            "value": "Roseman University of Health Sciences"
        },
        {
            "id": 1271,
            "value": "Rosemont College"
        },
        {
            "id": 1272,
            "value": "Rowan University"
        },
        {
            "id": 1273,
            "value": "Rush University"
        },
        {
            "id": 1274,
            "value": "Rust College"
        },
        {
            "id": 1275,
            "value": "Rutgers, The State University of New Jersey"
        },
        {
            "id": 1276,
            "value": "Sacred Heart University"
        },
        {
            "id": 1277,
            "value": "Saginaw Valley State University"
        },
        {
            "id": 1278,
            "value": "Saint Ambrose University"
        },
        {
            "id": 1279,
            "value": "Saint Anselm College"
        },
        {
            "id": 1280,
            "value": "Saint Anthony College of Nursing"
        },
        {
            "id": 1281,
            "value": "Saint Augustine College"
        },
        {
            "id": 1282,
            "value": "Saint Francis Medical Center College of Nursing"
        },
        {
            "id": 1283,
            "value": "Saint Francis University"
        },
        {
            "id": 1284,
            "value": "Saint Johns River State College"
        },
        {
            "id": 1285,
            "value": "Saint Joseph's College"
        },
        {
            "id": 1286,
            "value": "Saint Joseph's College of Maine"
        },
        {
            "id": 1287,
            "value": "Saint Joseph's University"
        },
        {
            "id": 1288,
            "value": "Saint Leo University"
        },
        {
            "id": 1289,
            "value": "Saint Louis University"
        },
        {
            "id": 1290,
            "value": "Saint Luke's College of Health Sciences"
        },
        {
            "id": 1291,
            "value": "Saint Martin's University"
        },
        {
            "id": 1292,
            "value": "Saint Mary-of-the-Woods College"
        },
        {
            "id": 1293,
            "value": "Saint Mary's College"
        },
        {
            "id": 1294,
            "value": "Saint Mary's College of California"
        },
        {
            "id": 1295,
            "value": "Saint Mary's University of Minnesota"
        },
        {
            "id": 1296,
            "value": "Saint Michael's College"
        },
        {
            "id": 1297,
            "value": "Saint Peter's University"
        },
        {
            "id": 1298,
            "value": "Saint Vincent College"
        },
        {
            "id": 1299,
            "value": "Saint Xavier University"
        },
        {
            "id": 1300,
            "value": "Salem College"
        },
        {
            "id": 1301,
            "value": "Salem International University"
        },
        {
            "id": 1302,
            "value": "Salem State University"
        },
        {
            "id": 1303,
            "value": "Salisbury University"
        },
        {
            "id": 1304,
            "value": "Salus University"
        },
        {
            "id": 1305,
            "value": "Salve Regina University"
        },
        {
            "id": 1306,
            "value": "Sam Houston State University"
        },
        {
            "id": 1307,
            "value": "Samford University"
        },
        {
            "id": 1308,
            "value": "Samuel Merritt University"
        },
        {
            "id": 1309,
            "value": "San Diego Christian College"
        },
        {
            "id": 1310,
            "value": "San Diego State University"
        },
        {
            "id": 1311,
            "value": "San Francisco Art Institute"
        },
        {
            "id": 1312,
            "value": "San Francisco Conservatory of Music"
        },
        {
            "id": 1313,
            "value": "San Francisco State University"
        },
        {
            "id": 1314,
            "value": "San Joaquin College of Law"
        },
        {
            "id": 1315,
            "value": "San José State University"
        },
        {
            "id": 1316,
            "value": "Santa Clara University"
        },
        {
            "id": 1317,
            "value": "Santa Fe College"
        },
        {
            "id": 1318,
            "value": "Santa Fe University of Art and Design"
        },
        {
            "id": 1319,
            "value": "Sarah Lawrence College"
        },
        {
            "id": 1320,
            "value": "Savannah College of Art and Design"
        },
        {
            "id": 1321,
            "value": "Savannah State University"
        },
        {
            "id": 1322,
            "value": "Saybrook University"
        },
        {
            "id": 1323,
            "value": "Schiller International University"
        },
        {
            "id": 1324,
            "value": "School of the Art Institute of Chicago"
        },
        {
            "id": 1325,
            "value": "School of Visual Arts"
        },
        {
            "id": 1326,
            "value": "Schreiner University"
        },
        {
            "id": 1327,
            "value": "Scripps College"
        },
        {
            "id": 1328,
            "value": "Seattle Central College"
        },
        {
            "id": 1329,
            "value": "Seattle Pacific University"
        },
        {
            "id": 1330,
            "value": "Seattle University"
        },
        {
            "id": 1331,
            "value": "Seminole State College of Florida"
        },
        {
            "id": 1332,
            "value": "Seton Hall University"
        },
        {
            "id": 1333,
            "value": "Seton Hill University"
        },
        {
            "id": 1334,
            "value": "Sewanee: The University of the South"
        },
        {
            "id": 1335,
            "value": "Shaw University"
        },
        {
            "id": 1336,
            "value": "Shawnee State University"
        },
        {
            "id": 1337,
            "value": "Shenandoah University"
        },
        {
            "id": 1338,
            "value": "Shepherd University"
        },
        {
            "id": 1339,
            "value": "Shimer College"
        },
        {
            "id": 1340,
            "value": "Shippensburg University of Pennsylvania"
        },
        {
            "id": 1341,
            "value": "Shorter University"
        },
        {
            "id": 1342,
            "value": "Siena College"
        },
        {
            "id": 1343,
            "value": "Siena Heights University"
        },
        {
            "id": 1344,
            "value": "Sierra Nevada College"
        },
        {
            "id": 1345,
            "value": "Silver Lake College of the Holy Family"
        },
        {
            "id": 1346,
            "value": "Simmons College"
        },
        {
            "id": 1347,
            "value": "Simpson College"
        },
        {
            "id": 1348,
            "value": "Simpson University"
        },
        {
            "id": 1349,
            "value": "SIT Graduate Institute"
        },
        {
            "id": 1350,
            "value": "Skidmore College"
        },
        {
            "id": 1351,
            "value": "Slippery Rock University of Pennsylvania"
        },
        {
            "id": 1352,
            "value": "Smith College"
        },
        {
            "id": 1353,
            "value": "Snow College"
        },
        {
            "id": 1354,
            "value": "Sofia University"
        },
        {
            "id": 1355,
            "value": "Soka University of America"
        },
        {
            "id": 1356,
            "value": "Sonoma State University"
        },
        {
            "id": 1357,
            "value": "South Carolina State University"
        },
        {
            "id": 1358,
            "value": "South College"
        },
        {
            "id": 1359,
            "value": "South Dakota School of Mines and Technology"
        },
        {
            "id": 1360,
            "value": "South Dakota State University"
        },
        {
            "id": 1361,
            "value": "South Georgia State College"
        },
        {
            "id": 1362,
            "value": "South Texas College"
        },
        {
            "id": 1363,
            "value": "South Texas College of Law"
        },
        {
            "id": 1364,
            "value": "South University"
        },
        {
            "id": 1365,
            "value": "Southeast Missouri State University"
        },
        {
            "id": 1366,
            "value": "Southeastern Baptist College"
        },
        {
            "id": 1367,
            "value": "Southeastern Louisiana University"
        },
        {
            "id": 1368,
            "value": "Southeastern Oklahoma State University"
        },
        {
            "id": 1369,
            "value": "Southeastern University"
        },
        {
            "id": 1370,
            "value": "Southern Adventist University"
        },
        {
            "id": 1371,
            "value": "Southern Arkansas University"
        },
        {
            "id": 1372,
            "value": "Southern California Institute of Architecture"
        },
        {
            "id": 1373,
            "value": "Southern College of Optometry"
        },
        {
            "id": 1374,
            "value": "Southern Connecticut State University"
        },
        {
            "id": 1375,
            "value": "Southern Illinois University Carbondale"
        },
        {
            "id": 1376,
            "value": "Southern Illinois University Edwardsville"
        },
        {
            "id": 1377,
            "value": "Southern Methodist University"
        },
        {
            "id": 1378,
            "value": "Southern Nazarene University"
        },
        {
            "id": 1379,
            "value": "Southern New Hampshire University"
        },
        {
            "id": 1380,
            "value": "Southern Oregon University"
        },
        {
            "id": 1381,
            "value": "Southern University and A&M College"
        },
        {
            "id": 1382,
            "value": "Southern University at New Orleans"
        },
        {
            "id": 1383,
            "value": "Southern University Law Center"
        },
        {
            "id": 1384,
            "value": "Southern Utah University"
        },
        {
            "id": 1385,
            "value": "Southern Vermont College"
        },
        {
            "id": 1386,
            "value": "Southern Virginia University"
        },
        {
            "id": 1387,
            "value": "Southern Wesleyan University"
        },
        {
            "id": 1388,
            "value": "Southwest Baptist University"
        },
        {
            "id": 1389,
            "value": "Southwest Minnesota State University"
        },
        {
            "id": 1390,
            "value": "Southwest University of Visual Arts"
        },
        {
            "id": 1391,
            "value": "Southwestern Adventist University"
        },
        {
            "id": 1392,
            "value": "Southwestern Assemblies of God University"
        },
        {
            "id": 1393,
            "value": "Southwestern Christian University"
        },
        {
            "id": 1394,
            "value": "Southwestern College"
        },
        {
            "id": 1395,
            "value": "Southwestern College, Santa Fe"
        },
        {
            "id": 1396,
            "value": "Southwestern Law School"
        },
        {
            "id": 1397,
            "value": "Southwestern Oklahoma State University"
        },
        {
            "id": 1398,
            "value": "Southwestern University"
        },
        {
            "id": 1399,
            "value": "Spalding University"
        },
        {
            "id": 1400,
            "value": "Spelman College"
        },
        {
            "id": 1401,
            "value": "Spring Arbor University"
        },
        {
            "id": 1402,
            "value": "Spring Hill College"
        },
        {
            "id": 1403,
            "value": "Springfield College"
        },
        {
            "id": 1404,
            "value": "St Andrews University"
        },
        {
            "id": 1405,
            "value": "St John's College"
        },
        {
            "id": 1406,
            "value": "St Petersburg College"
        },
        {
            "id": 1407,
            "value": "St Thomas University"
        },
        {
            "id": 1408,
            "value": "St. Augustine's University"
        },
        {
            "id": 1409,
            "value": "St. Bonaventure University"
        },
        {
            "id": 1410,
            "value": "St. Catherine University"
        },
        {
            "id": 1411,
            "value": "St. Cloud State University"
        },
        {
            "id": 1412,
            "value": "St. Edward's University"
        },
        {
            "id": 1413,
            "value": "St. Francis College"
        },
        {
            "id": 1414,
            "value": "St. Gregory's University"
        },
        {
            "id": 1415,
            "value": "St. John Fisher College"
        },
        {
            "id": 1416,
            "value": "St. John's University"
        },
        {
            "id": 1417,
            "value": "St. Joseph's College"
        },
        {
            "id": 1418,
            "value": "St. Lawrence University"
        },
        {
            "id": 1419,
            "value": "St. Louis Christian College"
        },
        {
            "id": 1420,
            "value": "St. Louis College of Pharmacy"
        },
        {
            "id": 1421,
            "value": "St. Mary's College of Maryland"
        },
        {
            "id": 1422,
            "value": "St. Mary's University"
        },
        {
            "id": 1423,
            "value": "St. Norbert College"
        },
        {
            "id": 1424,
            "value": "St. Olaf College"
        },
        {
            "id": 1425,
            "value": "St. Thomas Aquinas College"
        },
        {
            "id": 1426,
            "value": "St. Vincent's College"
        },
        {
            "id": 1427,
            "value": "Stanford University"
        },
        {
            "id": 1428,
            "value": "State College of Florida-Manatee-Sarasota"
        },
        {
            "id": 1429,
            "value": "State University of New York at Fredonia"
        },
        {
            "id": 1430,
            "value": "State University of New York at New Paltz"
        },
        {
            "id": 1431,
            "value": "State University of New York at Oswego"
        },
        {
            "id": 1432,
            "value": "State University of New York College at Plattsburgh"
        },
        {
            "id": 1433,
            "value": "Stephen F. Austin State University"
        },
        {
            "id": 1434,
            "value": "Stephens College"
        },
        {
            "id": 1435,
            "value": "Sterling College"
        },
        {
            "id": 1436,
            "value": "Sterling College, Vermont"
        },
        {
            "id": 1437,
            "value": "Stetson University"
        },
        {
            "id": 1438,
            "value": "Stevens Institute of Technology"
        },
        {
            "id": 1439,
            "value": "Stevenson University"
        },
        {
            "id": 1440,
            "value": "Stillman College"
        },
        {
            "id": 1441,
            "value": "Stockton University"
        },
        {
            "id": 1442,
            "value": "Stonehill College"
        },
        {
            "id": 1443,
            "value": "Stony Brook University"
        },
        {
            "id": 1444,
            "value": "Strayer University"
        },
        {
            "id": 1445,
            "value": "Suffolk University"
        },
        {
            "id": 1446,
            "value": "Sul Ross State University"
        },
        {
            "id": 1447,
            "value": "Sullivan University"
        },
        {
            "id": 1448,
            "value": "SUNY Canton"
        },
        {
            "id": 1449,
            "value": "SUNY Cobleskill"
        },
        {
            "id": 1450,
            "value": "SUNY College at Old Westbury"
        },
        {
            "id": 1451,
            "value": "SUNY College at Oneonta"
        },
        {
            "id": 1452,
            "value": "SUNY College of Environmental Science and Forestry"
        },
        {
            "id": 1453,
            "value": "SUNY College of Optometry"
        },
        {
            "id": 1454,
            "value": "SUNY Cortland"
        },
        {
            "id": 1455,
            "value": "SUNY Delhi"
        },
        {
            "id": 1456,
            "value": "SUNY Downstate Medical Center"
        },
        {
            "id": 1457,
            "value": "SUNY Empire State College"
        },
        {
            "id": 1458,
            "value": "SUNY Geneseo"
        },
        {
            "id": 1459,
            "value": "SUNY Maritime College"
        },
        {
            "id": 1460,
            "value": "SUNY Polytechnic Institute"
        },
        {
            "id": 1461,
            "value": "SUNY Upstate Medical University"
        },
        {
            "id": 1462,
            "value": "Susquehanna University"
        },
        {
            "id": 1463,
            "value": "Swarthmore College"
        },
        {
            "id": 1464,
            "value": "Sweet Briar College"
        },
        {
            "id": 1465,
            "value": "Syracuse University"
        },
        {
            "id": 1466,
            "value": "Tabor College"
        },
        {
            "id": 1467,
            "value": "Talladega College"
        },
        {
            "id": 1468,
            "value": "Tarleton State University"
        },
        {
            "id": 1469,
            "value": "Taylor University"
        },
        {
            "id": 1470,
            "value": "Temple University"
        },
        {
            "id": 1471,
            "value": "Tennessee State University"
        },
        {
            "id": 1472,
            "value": "Tennessee Technological University"
        },
        {
            "id": 1473,
            "value": "Tennessee Wesleyan University"
        },
        {
            "id": 1474,
            "value": "Texas A&M International University"
        },
        {
            "id": 1475,
            "value": "Texas A&M University"
        },
        {
            "id": 1476,
            "value": "Texas A&M University at Galveston"
        },
        {
            "id": 1477,
            "value": "Texas A&M University-Commerce"
        },
        {
            "id": 1478,
            "value": "Texas A&M University-Corpus Christi"
        },
        {
            "id": 1479,
            "value": "Texas A&M University-Kingsville"
        },
        {
            "id": 1480,
            "value": "Texas A&M University-Texarkana"
        },
        {
            "id": 1481,
            "value": "Texas Christian University"
        },
        {
            "id": 1482,
            "value": "Texas College"
        },
        {
            "id": 1483,
            "value": "Texas Lutheran University"
        },
        {
            "id": 1484,
            "value": "Texas Southern University"
        },
        {
            "id": 1485,
            "value": "Texas State University"
        },
        {
            "id": 1486,
            "value": "Texas Tech University"
        },
        {
            "id": 1487,
            "value": "Texas Tech University Health Sciences Center"
        },
        {
            "id": 1488,
            "value": "Texas Wesleyan University"
        },
        {
            "id": 1489,
            "value": "Texas Woman's University"
        },
        {
            "id": 1490,
            "value": "The American College of Financial Services"
        },
        {
            "id": 1491,
            "value": "The Art Institute of Pittsburgh"
        },
        {
            "id": 1492,
            "value": "The Baptist College of Florida"
        },
        {
            "id": 1493,
            "value": "The Catholic University of America"
        },
        {
            "id": 1494,
            "value": "The Chicago School of Professional Psychology"
        },
        {
            "id": 1495,
            "value": "The Citadel, The Military College of South Carolina"
        },
        {
            "id": 1496,
            "value": "The City College of New York"
        },
        {
            "id": 1497,
            "value": "The College at Brockport"
        },
        {
            "id": 1498,
            "value": "The College of Idaho"
        },
        {
            "id": 1499,
            "value": "The College of New Jersey"
        },
        {
            "id": 1500,
            "value": "The College of New Rochelle"
        },
        {
            "id": 1501,
            "value": "The College of Saint Rose"
        },
        {
            "id": 1502,
            "value": "The College of St. Scholastica"
        },
        {
            "id": 1503,
            "value": "The College of Westchester"
        },
        {
            "id": 1504,
            "value": "The College of Wooster"
        },
        {
            "id": 1505,
            "value": "The Cooper Union for the Advancement of Science and Art"
        },
        {
            "id": 1506,
            "value": "The Culinary Institute of America"
        },
        {
            "id": 1507,
            "value": "The Evergreen State College"
        },
        {
            "id": 1508,
            "value": "The Graduate Center, CUNY"
        },
        {
            "id": 1509,
            "value": "The Institute of World Politics"
        },
        {
            "id": 1510,
            "value": "The John Marshall Law School"
        },
        {
            "id": 1511,
            "value": "The Juilliard School"
        },
        {
            "id": 1512,
            "value": "The King's College"
        },
        {
            "id": 1513,
            "value": "The King's University"
        },
        {
            "id": 1514,
            "value": "The Master's University"
        },
        {
            "id": 1515,
            "value": "The National Graduate School of Quality Management"
        },
        {
            "id": 1516,
            "value": "The New School"
        },
        {
            "id": 1517,
            "value": "The Ohio State University"
        },
        {
            "id": 1518,
            "value": "The Rockefeller University"
        },
        {
            "id": 1519,
            "value": "The Sage Colleges"
        },
        {
            "id": 1520,
            "value": "The School of Architecture at Taliesin"
        },
        {
            "id": 1521,
            "value": "The State University of New York at Potsdam"
        },
        {
            "id": 1522,
            "value": "The University of Alabama"
        },
        {
            "id": 1523,
            "value": "The University of Alabama in Huntsville"
        },
        {
            "id": 1524,
            "value": "The University of Arizona"
        },
        {
            "id": 1525,
            "value": "The University of Findlay"
        },
        {
            "id": 1526,
            "value": "The University of Maine"
        },
        {
            "id": 1527,
            "value": "The University of Memphis"
        },
        {
            "id": 1528,
            "value": "The University of Montana"
        },
        {
            "id": 1529,
            "value": "The University of Montana Western"
        },
        {
            "id": 1530,
            "value": "The University of Oklahoma"
        },
        {
            "id": 1531,
            "value": "The University of Oklahoma Health Sciences Center"
        },
        {
            "id": 1532,
            "value": "The University of Tampa"
        },
        {
            "id": 1533,
            "value": "The University of Tennessee at Chattanooga"
        },
        {
            "id": 1534,
            "value": "The University of Tennessee at Martin"
        },
        {
            "id": 1535,
            "value": "The University of Tennessee Health Science Center"
        },
        {
            "id": 1536,
            "value": "The University of Tennessee, Knoxville"
        },
        {
            "id": 1537,
            "value": "The University of Texas at Arlington"
        },
        {
            "id": 1538,
            "value": "The University of Texas at Austin"
        },
        {
            "id": 1539,
            "value": "The University of Texas at Dallas"
        },
        {
            "id": 1540,
            "value": "The University of Texas at El Paso"
        },
        {
            "id": 1541,
            "value": "The University of Texas at San Antonio"
        },
        {
            "id": 1542,
            "value": "The University of Texas at Tyler"
        },
        {
            "id": 1543,
            "value": "The University of Texas Health Science Center at Houston"
        },
        {
            "id": 1544,
            "value": "The University of Texas Health Science Center at San Antonio"
        },
        {
            "id": 1545,
            "value": "The University of Texas Health Science Center at Tyler"
        },
        {
            "id": 1546,
            "value": "The University of Texas MD Anderson Cancer Center"
        },
        {
            "id": 1547,
            "value": "The University of Texas Medical Branch at Galveston"
        },
        {
            "id": 1548,
            "value": "The University of Texas of the Permian Basin"
        },
        {
            "id": 1549,
            "value": "The University of the Arts"
        },
        {
            "id": 1550,
            "value": "The University of Tulsa"
        },
        {
            "id": 1551,
            "value": "The University of Utah"
        },
        {
            "id": 1552,
            "value": "The University of Virginia's College at Wise"
        },
        {
            "id": 1553,
            "value": "The University of West Los Angeles"
        },
        {
            "id": 1554,
            "value": "The Wright Institute"
        },
        {
            "id": 1555,
            "value": "Thiel College"
        },
        {
            "id": 1556,
            "value": "Thomas Aquinas College"
        },
        {
            "id": 1557,
            "value": "Thomas College"
        },
        {
            "id": 1558,
            "value": "Thomas Edison State University"
        },
        {
            "id": 1559,
            "value": "Thomas Jefferson School of Law"
        },
        {
            "id": 1560,
            "value": "Thomas Jefferson University"
        },
        {
            "id": 1561,
            "value": "Thomas More College"
        },
        {
            "id": 1562,
            "value": "Thomas More College of Liberal Arts"
        },
        {
            "id": 1563,
            "value": "Thomas University"
        },
        {
            "id": 1564,
            "value": "Tiffin University"
        },
        {
            "id": 1565,
            "value": "Toccoa Falls College"
        },
        {
            "id": 1566,
            "value": "Tougaloo College"
        },
        {
            "id": 1567,
            "value": "Touro College"
        },
        {
            "id": 1568,
            "value": "Touro University California"
        },
        {
            "id": 1569,
            "value": "Towson University"
        },
        {
            "id": 1570,
            "value": "Transylvania University"
        },
        {
            "id": 1571,
            "value": "Trevecca Nazarene University"
        },
        {
            "id": 1572,
            "value": "Trine University"
        },
        {
            "id": 1573,
            "value": "Trinity Bible College"
        },
        {
            "id": 1574,
            "value": "Trinity Christian College"
        },
        {
            "id": 1575,
            "value": "Trinity College"
        },
        {
            "id": 1576,
            "value": "Trinity College of Florida"
        },
        {
            "id": 1577,
            "value": "Trinity College of Nursing & Health Sciences"
        },
        {
            "id": 1578,
            "value": "Trinity International University"
        },
        {
            "id": 1579,
            "value": "Trinity University"
        },
        {
            "id": 1580,
            "value": "Trinity Washington University"
        },
        {
            "id": 1581,
            "value": "Tri-State Bible College"
        },
        {
            "id": 1582,
            "value": "Trocaire College"
        },
        {
            "id": 1583,
            "value": "Troy University"
        },
        {
            "id": 1584,
            "value": "Truett-McConnell University"
        },
        {
            "id": 1585,
            "value": "Truman State University"
        },
        {
            "id": 1586,
            "value": "Tufts University"
        },
        {
            "id": 1587,
            "value": "Tulane University"
        },
        {
            "id": 1588,
            "value": "Tusculum College"
        },
        {
            "id": 1589,
            "value": "Tuskegee University"
        },
        {
            "id": 1590,
            "value": "Uniformed Services University of the Health Sciences"
        },
        {
            "id": 1591,
            "value": "Union College"
        },
        {
            "id": 1592,
            "value": "Union College, Kentucky"
        },
        {
            "id": 1593,
            "value": "Union College, Nebraska"
        },
        {
            "id": 1594,
            "value": "Union Institute & University"
        },
        {
            "id": 1595,
            "value": "Union University"
        },
        {
            "id": 1596,
            "value": "United States Air Force Academy"
        },
        {
            "id": 1597,
            "value": "United States Coast Guard Academy"
        },
        {
            "id": 1598,
            "value": "United States Merchant Marine Academy"
        },
        {
            "id": 1599,
            "value": "United States Military Academy"
        },
        {
            "id": 1600,
            "value": "United States Naval Academy"
        },
        {
            "id": 1601,
            "value": "United States Sports Academy"
        },
        {
            "id": 1602,
            "value": "United States University"
        },
        {
            "id": 1603,
            "value": "Unity College"
        },
        {
            "id": 1604,
            "value": "University at Albany, State University of New York"
        },
        {
            "id": 1605,
            "value": "University at Buffalo, State University of New York"
        },
        {
            "id": 1606,
            "value": "University of Advancing Technology"
        },
        {
            "id": 1607,
            "value": "University of Akron"
        },
        {
            "id": 1608,
            "value": "University of Alabama at Birmingham"
        },
        {
            "id": 1609,
            "value": "University of Alaska Anchorage"
        },
        {
            "id": 1610,
            "value": "University of Alaska Fairbanks"
        },
        {
            "id": 1611,
            "value": "University of Alaska Southeast"
        },
        {
            "id": 1612,
            "value": "University of Arkansas"
        },
        {
            "id": 1613,
            "value": "University of Arkansas - Fort Smith"
        },
        {
            "id": 1614,
            "value": "University of Arkansas at Little Rock"
        },
        {
            "id": 1615,
            "value": "University of Arkansas at Monticello"
        },
        {
            "id": 1616,
            "value": "University of Arkansas at Pine Bluff"
        },
        {
            "id": 1617,
            "value": "University of Arkansas for Medical Sciences"
        },
        {
            "id": 1618,
            "value": "University of Baltimore"
        },
        {
            "id": 1619,
            "value": "University of Bridgeport"
        },
        {
            "id": 1620,
            "value": "University of California, Berkeley"
        },
        {
            "id": 1621,
            "value": "University of California, Davis"
        },
        {
            "id": 1622,
            "value": "University of California, Hastings College of the Law"
        },
        {
            "id": 1623,
            "value": "University of California, Irvine"
        },
        {
            "id": 1624,
            "value": "University of California, Los Angeles"
        },
        {
            "id": 1625,
            "value": "University of California, Merced"
        },
        {
            "id": 1626,
            "value": "University of California, Riverside"
        },
        {
            "id": 1627,
            "value": "University of California, San Diego"
        },
        {
            "id": 1628,
            "value": "University of California, San Francisco"
        },
        {
            "id": 1629,
            "value": "University of California, Santa Barbara"
        },
        {
            "id": 1630,
            "value": "University of California, Santa Cruz"
        },
        {
            "id": 1631,
            "value": "University of Central Arkansas"
        },
        {
            "id": 1632,
            "value": "University of Central Florida"
        },
        {
            "id": 1633,
            "value": "University of Central Missouri"
        },
        {
            "id": 1634,
            "value": "University of Central Oklahoma"
        },
        {
            "id": 1635,
            "value": "University of Charleston"
        },
        {
            "id": 1636,
            "value": "University of Chicago"
        },
        {
            "id": 1637,
            "value": "University of Cincinnati"
        },
        {
            "id": 1638,
            "value": "University of Colorado Boulder"
        },
        {
            "id": 1639,
            "value": "University of Colorado Colorado Springs"
        },
        {
            "id": 1640,
            "value": "University of Colorado Denver"
        },
        {
            "id": 1641,
            "value": "University of Connecticut"
        },
        {
            "id": 1642,
            "value": "University of Dallas"
        },
        {
            "id": 1643,
            "value": "University of Dayton"
        },
        {
            "id": 1644,
            "value": "University of Delaware"
        },
        {
            "id": 1645,
            "value": "University of Denver"
        },
        {
            "id": 1646,
            "value": "University of Detroit Mercy"
        },
        {
            "id": 1647,
            "value": "University of Dubuque"
        },
        {
            "id": 1648,
            "value": "University of Evansville"
        },
        {
            "id": 1649,
            "value": "University of Florida"
        },
        {
            "id": 1650,
            "value": "University of Georgia"
        },
        {
            "id": 1651,
            "value": "University of Hartford"
        },
        {
            "id": 1652,
            "value": "University of Hawaii at Hilo"
        },
        {
            "id": 1653,
            "value": "University of Hawaii at Manoa"
        },
        {
            "id": 1654,
            "value": "University of Hawaii-West Oahu"
        },
        {
            "id": 1655,
            "value": "University of Holy Cross"
        },
        {
            "id": 1656,
            "value": "University of Houston"
        },
        {
            "id": 1657,
            "value": "University of Houston-Clear Lake"
        },
        {
            "id": 1658,
            "value": "University of Houston-Downtown"
        },
        {
            "id": 1659,
            "value": "University of Houston-Victoria"
        },
        {
            "id": 1660,
            "value": "University of Idaho"
        },
        {
            "id": 1661,
            "value": "University of Illinois at Chicago"
        },
        {
            "id": 1662,
            "value": "University of Illinois at Springfield"
        },
        {
            "id": 1663,
            "value": "University of Illinois at Urbana-Champaign"
        },
        {
            "id": 1664,
            "value": "University of Indianapolis"
        },
        {
            "id": 1665,
            "value": "University of Iowa"
        },
        {
            "id": 1666,
            "value": "University of Jamestown"
        },
        {
            "id": 1667,
            "value": "University of Kansas"
        },
        {
            "id": 1668,
            "value": "University of Kentucky"
        },
        {
            "id": 1669,
            "value": "University of La Verne"
        },
        {
            "id": 1670,
            "value": "University of Louisiana at Lafayette"
        },
        {
            "id": 1671,
            "value": "University of Louisiana at Monroe"
        },
        {
            "id": 1672,
            "value": "University of Louisville"
        },
        {
            "id": 1673,
            "value": "University of Maine at Augusta"
        },
        {
            "id": 1674,
            "value": "University of Maine at Farmington"
        },
        {
            "id": 1675,
            "value": "University of Maine at Fort Kent"
        },
        {
            "id": 1676,
            "value": "University of Maine at Machias"
        },
        {
            "id": 1677,
            "value": "University of Maine at Presque Isle"
        },
        {
            "id": 1678,
            "value": "University of Mary"
        },
        {
            "id": 1679,
            "value": "University of Mary Hardin-Baylor"
        },
        {
            "id": 1680,
            "value": "University of Mary Washington"
        },
        {
            "id": 1681,
            "value": "University of Maryland"
        },
        {
            "id": 1682,
            "value": "University of Maryland Eastern Shore"
        },
        {
            "id": 1683,
            "value": "University of Maryland University College"
        },
        {
            "id": 1684,
            "value": "University of Maryland, Baltimore"
        },
        {
            "id": 1685,
            "value": "University of Maryland, Baltimore County"
        },
        {
            "id": 1686,
            "value": "University of Massachusetts Amherst"
        },
        {
            "id": 1687,
            "value": "University of Massachusetts Boston"
        },
        {
            "id": 1688,
            "value": "University of Massachusetts Dartmouth"
        },
        {
            "id": 1689,
            "value": "University of Massachusetts Lowell"
        },
        {
            "id": 1690,
            "value": "University of Massachusetts Medical School"
        },
        {
            "id": 1691,
            "value": "University of Miami"
        },
        {
            "id": 1692,
            "value": "University of Michigan"
        },
        {
            "id": 1693,
            "value": "University of Michigan-Dearborn"
        },
        {
            "id": 1694,
            "value": "University of Michigan-Flint"
        },
        {
            "id": 1695,
            "value": "University of Minnesota"
        },
        {
            "id": 1696,
            "value": "University of Mississippi"
        },
        {
            "id": 1697,
            "value": "University of Mississippi Medical Center"
        },
        {
            "id": 1698,
            "value": "University of Missouri"
        },
        {
            "id": 1699,
            "value": "University of Missouri-Kansas City"
        },
        {
            "id": 1700,
            "value": "University of Missouri-St. Louis"
        },
        {
            "id": 1701,
            "value": "University of Mobile"
        },
        {
            "id": 1702,
            "value": "University of Montevallo"
        },
        {
            "id": 1703,
            "value": "University of Mount Olive"
        },
        {
            "id": 1704,
            "value": "University of Mount Union"
        },
        {
            "id": 1705,
            "value": "University of Nebraska at Kearney"
        },
        {
            "id": 1706,
            "value": "University of Nebraska at Omaha"
        },
        {
            "id": 1707,
            "value": "University of Nebraska Medical Center"
        },
        {
            "id": 1708,
            "value": "University of Nebraska-Lincoln"
        },
        {
            "id": 1709,
            "value": "University of Nevada, Las Vegas"
        },
        {
            "id": 1710,
            "value": "University of Nevada, Reno"
        },
        {
            "id": 1711,
            "value": "University of New England"
        },
        {
            "id": 1712,
            "value": "University of New Hampshire"
        },
        {
            "id": 1713,
            "value": "University of New Haven"
        },
        {
            "id": 1714,
            "value": "University of New Mexico"
        },
        {
            "id": 1715,
            "value": "University of New Orleans"
        },
        {
            "id": 1716,
            "value": "University of North Alabama"
        },
        {
            "id": 1717,
            "value": "University of North Carolina at Asheville"
        },
        {
            "id": 1718,
            "value": "University of North Carolina at Chapel Hill"
        },
        {
            "id": 1719,
            "value": "University of North Carolina at Charlotte"
        },
        {
            "id": 1720,
            "value": "University of North Carolina at Greensboro"
        },
        {
            "id": 1721,
            "value": "University of North Carolina at Pembroke"
        },
        {
            "id": 1722,
            "value": "University of North Carolina School of the Arts"
        },
        {
            "id": 1723,
            "value": "University of North Carolina Wilmington"
        },
        {
            "id": 1724,
            "value": "University of North Dakota"
        },
        {
            "id": 1725,
            "value": "University of North Florida"
        },
        {
            "id": 1726,
            "value": "University of North Georgia"
        },
        {
            "id": 1727,
            "value": "University of North Texas"
        },
        {
            "id": 1728,
            "value": "University of North Texas Health Science Center"
        },
        {
            "id": 1729,
            "value": "University of Northern Colorado"
        },
        {
            "id": 1730,
            "value": "University of Northern Iowa"
        },
        {
            "id": 1731,
            "value": "University of Northwestern - St. Paul"
        },
        {
            "id": 1732,
            "value": "University of Northwestern Ohio"
        },
        {
            "id": 1733,
            "value": "University of Notre Dame"
        },
        {
            "id": 1734,
            "value": "University of Oregon"
        },
        {
            "id": 1735,
            "value": "University of Pennsylvania"
        },
        {
            "id": 1736,
            "value": "University of Pikeville"
        },
        {
            "id": 1737,
            "value": "University of Pittsburgh"
        },
        {
            "id": 1738,
            "value": "University of Portland"
        },
        {
            "id": 1739,
            "value": "University of Providence"
        },
        {
            "id": 1740,
            "value": "University of Puget Sound"
        },
        {
            "id": 1741,
            "value": "University of Redlands"
        },
        {
            "id": 1742,
            "value": "University of Rhode Island"
        },
        {
            "id": 1743,
            "value": "University of Richmond"
        },
        {
            "id": 1744,
            "value": "University of Rio Grande"
        },
        {
            "id": 1745,
            "value": "University of Rochester"
        },
        {
            "id": 1746,
            "value": "University of Saint Francis"
        },
        {
            "id": 1747,
            "value": "University of Saint Joseph"
        },
        {
            "id": 1748,
            "value": "University of Saint Mary"
        },
        {
            "id": 1749,
            "value": "University of San Diego"
        },
        {
            "id": 1750,
            "value": "University of San Francisco"
        },
        {
            "id": 1751,
            "value": "University of Science and Arts of Oklahoma"
        },
        {
            "id": 1752,
            "value": "University of Scranton"
        },
        {
            "id": 1753,
            "value": "University of Sioux Falls"
        },
        {
            "id": 1754,
            "value": "University of South Alabama"
        },
        {
            "id": 1755,
            "value": "University of South Carolina"
        },
        {
            "id": 1756,
            "value": "University of South Carolina-Aiken"
        },
        {
            "id": 1757,
            "value": "University of South Carolina-Beaufort"
        },
        {
            "id": 1758,
            "value": "University of South Carolina-Upstate"
        },
        {
            "id": 1759,
            "value": "University of South Dakota"
        },
        {
            "id": 1760,
            "value": "University of South Florida"
        },
        {
            "id": 1761,
            "value": "University of Southern California"
        },
        {
            "id": 1762,
            "value": "University of Southern Indiana"
        },
        {
            "id": 1763,
            "value": "University of Southern Maine"
        },
        {
            "id": 1764,
            "value": "University of Southern Mississippi"
        },
        {
            "id": 1765,
            "value": "University of St Augustine for Health Sciences"
        },
        {
            "id": 1766,
            "value": "University of St Thomas"
        },
        {
            "id": 1767,
            "value": "University of St. Francis"
        },
        {
            "id": 1768,
            "value": "University of St. Thomas"
        },
        {
            "id": 1769,
            "value": "University of Texas Rio Grande Valley"
        },
        {
            "id": 1770,
            "value": "University of Texas Southwestern Medical Center"
        },
        {
            "id": 1771,
            "value": "University of the Cumberlands"
        },
        {
            "id": 1772,
            "value": "University of the District of Columbia"
        },
        {
            "id": 1773,
            "value": "University of the Incarnate Word"
        },
        {
            "id": 1774,
            "value": "University of the Ozarks"
        },
        {
            "id": 1775,
            "value": "University of the Pacific"
        },
        {
            "id": 1776,
            "value": "University of the Potomac"
        },
        {
            "id": 1777,
            "value": "University of the Rockies"
        },
        {
            "id": 1778,
            "value": "University of the Sciences in Philadelphia"
        },
        {
            "id": 1779,
            "value": "University of the Southwest"
        },
        {
            "id": 1780,
            "value": "University of the West"
        },
        {
            "id": 1781,
            "value": "University of Toledo"
        },
        {
            "id": 1782,
            "value": "University of Valley Forge"
        },
        {
            "id": 1783,
            "value": "University of Vermont"
        },
        {
            "id": 1784,
            "value": "University of Virginia"
        },
        {
            "id": 1785,
            "value": "University of Washington"
        },
        {
            "id": 1786,
            "value": "University of West Alabama"
        },
        {
            "id": 1787,
            "value": "University of West Florida"
        },
        {
            "id": 1788,
            "value": "University of West Georgia"
        },
        {
            "id": 1789,
            "value": "University of Western States"
        },
        {
            "id": 1790,
            "value": "University of Wisconsin-Eau Claire"
        },
        {
            "id": 1791,
            "value": "University of Wisconsin-Green Bay"
        },
        {
            "id": 1792,
            "value": "University of Wisconsin-La Crosse"
        },
        {
            "id": 1793,
            "value": "University of Wisconsin-Madison"
        },
        {
            "id": 1794,
            "value": "University of Wisconsin-Milwaukee"
        },
        {
            "id": 1795,
            "value": "University of Wisconsin-Oshkosh"
        },
        {
            "id": 1796,
            "value": "University of Wisconsin-Parkside"
        },
        {
            "id": 1797,
            "value": "University of Wisconsin-Platteville"
        },
        {
            "id": 1798,
            "value": "University of Wisconsin-River Falls"
        },
        {
            "id": 1799,
            "value": "University of Wisconsin-Stevens Point"
        },
        {
            "id": 1800,
            "value": "University of Wisconsin-Stout"
        },
        {
            "id": 1801,
            "value": "University of Wisconsin-Superior"
        },
        {
            "id": 1802,
            "value": "University of Wisconsin-Whitewater"
        },
        {
            "id": 1803,
            "value": "University of Wyoming"
        },
        {
            "id": 1804,
            "value": "Upper Iowa University"
        },
        {
            "id": 1805,
            "value": "Urbana University"
        },
        {
            "id": 1806,
            "value": "Ursinus College"
        },
        {
            "id": 1807,
            "value": "Ursuline College"
        },
        {
            "id": 1808,
            "value": "Utah State University"
        },
        {
            "id": 1809,
            "value": "Utah Valley University"
        },
        {
            "id": 1810,
            "value": "Utica College"
        },
        {
            "id": 1811,
            "value": "Valdosta State University"
        },
        {
            "id": 1812,
            "value": "Valencia College"
        },
        {
            "id": 1813,
            "value": "Valley City State University"
        },
        {
            "id": 1814,
            "value": "Valparaiso University"
        },
        {
            "id": 1815,
            "value": "Vanderbilt University"
        },
        {
            "id": 1816,
            "value": "VanderCook College of Music"
        },
        {
            "id": 1817,
            "value": "Vanguard University of Southern California"
        },
        {
            "id": 1818,
            "value": "Vassar College"
        },
        {
            "id": 1819,
            "value": "Vaughn College of Aeronautics and Technology"
        },
        {
            "id": 1820,
            "value": "Vermont College of Fine Arts"
        },
        {
            "id": 1821,
            "value": "Vermont Law School"
        },
        {
            "id": 1822,
            "value": "Vermont Technical College"
        },
        {
            "id": 1823,
            "value": "Villa Maria College"
        },
        {
            "id": 1824,
            "value": "Villanova University"
        },
        {
            "id": 1825,
            "value": "Vincennes University"
        },
        {
            "id": 1826,
            "value": "Virginia Commonwealth University"
        },
        {
            "id": 1827,
            "value": "Virginia Military Institute"
        },
        {
            "id": 1828,
            "value": "Virginia Polytechnic Institute and State University"
        },
        {
            "id": 1829,
            "value": "Virginia State University"
        },
        {
            "id": 1830,
            "value": "Virginia Union University"
        },
        {
            "id": 1831,
            "value": "Virginia Wesleyan University"
        },
        {
            "id": 1832,
            "value": "Viterbo University"
        },
        {
            "id": 1833,
            "value": "Voorhees College"
        },
        {
            "id": 1834,
            "value": "Wabash College"
        },
        {
            "id": 1835,
            "value": "Wade College"
        },
        {
            "id": 1836,
            "value": "Wagner College"
        },
        {
            "id": 1837,
            "value": "Wake Forest University"
        },
        {
            "id": 1838,
            "value": "Waldorf University"
        },
        {
            "id": 1839,
            "value": "Walla Walla University"
        },
        {
            "id": 1840,
            "value": "Walsh College"
        },
        {
            "id": 1841,
            "value": "Walsh University"
        },
        {
            "id": 1842,
            "value": "Warner Pacific College"
        },
        {
            "id": 1843,
            "value": "Warner University"
        },
        {
            "id": 1844,
            "value": "Warren Wilson College"
        },
        {
            "id": 1845,
            "value": "Wartburg College"
        },
        {
            "id": 1846,
            "value": "Washburn University"
        },
        {
            "id": 1847,
            "value": "Washington & Jefferson College"
        },
        {
            "id": 1848,
            "value": "Washington Adventist University"
        },
        {
            "id": 1849,
            "value": "Washington and Lee University"
        },
        {
            "id": 1850,
            "value": "Washington College"
        },
        {
            "id": 1851,
            "value": "Washington State University"
        },
        {
            "id": 1852,
            "value": "Washington University in St. Louis"
        },
        {
            "id": 1853,
            "value": "Watkins College of Art, Design & Film"
        },
        {
            "id": 1854,
            "value": "Wayland Baptist University"
        },
        {
            "id": 1855,
            "value": "Wayne State College"
        },
        {
            "id": 1856,
            "value": "Wayne State University"
        },
        {
            "id": 1857,
            "value": "Waynesburg University"
        },
        {
            "id": 1858,
            "value": "Webb Institute"
        },
        {
            "id": 1859,
            "value": "Webber International University"
        },
        {
            "id": 1860,
            "value": "Weber State University"
        },
        {
            "id": 1861,
            "value": "Webster University"
        },
        {
            "id": 1862,
            "value": "Welch College"
        },
        {
            "id": 1863,
            "value": "Wellesley College"
        },
        {
            "id": 1864,
            "value": "Wells College"
        },
        {
            "id": 1865,
            "value": "Wentworth Institute of Technology"
        },
        {
            "id": 1866,
            "value": "Wesley College"
        },
        {
            "id": 1867,
            "value": "Wesleyan College"
        },
        {
            "id": 1868,
            "value": "Wesleyan University"
        },
        {
            "id": 1869,
            "value": "West Chester University of Pennsylvania"
        },
        {
            "id": 1870,
            "value": "West Coast University-Los Angeles"
        },
        {
            "id": 1871,
            "value": "West Liberty University"
        },
        {
            "id": 1872,
            "value": "West Texas A&M University"
        },
        {
            "id": 1873,
            "value": "West Virginia School of Osteopathic Medicine"
        },
        {
            "id": 1874,
            "value": "West Virginia State University"
        },
        {
            "id": 1875,
            "value": "West Virginia University"
        },
        {
            "id": 1876,
            "value": "West Virginia University at Parkersburg"
        },
        {
            "id": 1877,
            "value": "West Virginia University Institute of Technology"
        },
        {
            "id": 1878,
            "value": "West Virginia Wesleyan College"
        },
        {
            "id": 1879,
            "value": "Western Carolina University"
        },
        {
            "id": 1880,
            "value": "Western Connecticut State University"
        },
        {
            "id": 1881,
            "value": "Western Illinois University"
        },
        {
            "id": 1882,
            "value": "Western Kentucky University"
        },
        {
            "id": 1883,
            "value": "Western Michigan University"
        },
        {
            "id": 1884,
            "value": "Western Nevada College"
        },
        {
            "id": 1885,
            "value": "Western New England University"
        },
        {
            "id": 1886,
            "value": "Western New Mexico University"
        },
        {
            "id": 1887,
            "value": "Western Oregon University"
        },
        {
            "id": 1888,
            "value": "Western State College of Law at Argosy University"
        },
        {
            "id": 1889,
            "value": "Western State Colorado University"
        },
        {
            "id": 1890,
            "value": "Western University of Health Sciences"
        },
        {
            "id": 1891,
            "value": "Western Washington University"
        },
        {
            "id": 1892,
            "value": "Westfield State University"
        },
        {
            "id": 1893,
            "value": "Westminster College"
        },
        {
            "id": 1894,
            "value": "Westminster College, Missouri"
        },
        {
            "id": 1895,
            "value": "Westminster College, Pennsylvania"
        },
        {
            "id": 1896,
            "value": "Westmont College"
        },
        {
            "id": 1897,
            "value": "Wheaton College"
        },
        {
            "id": 1898,
            "value": "Wheaton College, Massachusetts"
        },
        {
            "id": 1899,
            "value": "Wheeling Jesuit University"
        },
        {
            "id": 1900,
            "value": "Wheelock College"
        },
        {
            "id": 1901,
            "value": "Whitman College"
        },
        {
            "id": 1902,
            "value": "Whittier College"
        },
        {
            "id": 1903,
            "value": "Whitworth University"
        },
        {
            "id": 1904,
            "value": "Wichita State University"
        },
        {
            "id": 1905,
            "value": "Widener University"
        },
        {
            "id": 1906,
            "value": "Wilberforce University"
        },
        {
            "id": 1907,
            "value": "Wiley College"
        },
        {
            "id": 1908,
            "value": "Wilkes University"
        },
        {
            "id": 1909,
            "value": "Willamette University"
        },
        {
            "id": 1910,
            "value": "William Carey University"
        },
        {
            "id": 1911,
            "value": "William James College"
        },
        {
            "id": 1912,
            "value": "William Jessup University"
        },
        {
            "id": 1913,
            "value": "William Jewell College"
        },
        {
            "id": 1914,
            "value": "William Paterson University of New Jersey"
        },
        {
            "id": 1915,
            "value": "William Peace University"
        },
        {
            "id": 1916,
            "value": "William Penn University"
        },
        {
            "id": 1917,
            "value": "William Woods University"
        },
        {
            "id": 1918,
            "value": "Williams Baptist College"
        },
        {
            "id": 1919,
            "value": "Williams College"
        },
        {
            "id": 1920,
            "value": "Wilmington College"
        },
        {
            "id": 1921,
            "value": "Wilmington University"
        },
        {
            "id": 1922,
            "value": "Wilson College"
        },
        {
            "id": 1923,
            "value": "Wingate University"
        },
        {
            "id": 1924,
            "value": "Winona State University"
        },
        {
            "id": 1925,
            "value": "Winston-Salem State University"
        },
        {
            "id": 1926,
            "value": "Winthrop University"
        },
        {
            "id": 1927,
            "value": "Wisconsin Lutheran College"
        },
        {
            "id": 1928,
            "value": "Wisconsin School of Professional Psychology"
        },
        {
            "id": 1929,
            "value": "Wittenberg University"
        },
        {
            "id": 1930,
            "value": "Wofford College"
        },
        {
            "id": 1931,
            "value": "WON Institute of Graduate Studies"
        },
        {
            "id": 1932,
            "value": "Woodbury University"
        },
        {
            "id": 1933,
            "value": "Worcester Polytechnic Institute"
        },
        {
            "id": 1934,
            "value": "Worcester State University"
        },
        {
            "id": 1935,
            "value": "Wright State University"
        },
        {
            "id": 1936,
            "value": "Xavier University"
        },
        {
            "id": 1937,
            "value": "Xavier University of Louisiana"
        },
        {
            "id": 1938,
            "value": "Yale University"
        },
        {
            "id": 1939,
            "value": "Yeshiva University"
        },
        {
            "id": 1940,
            "value": "York College"
        },
        {
            "id": 1941,
            "value": "York College of Pennsylvania"
        },
        {
            "id": 1942,
            "value": "York College, City University of New York"
        },
        {
            "id": 1943,
            "value": "Young Harris College"
        },
        {
            "id": 1944,
            "value": "Youngstown State University"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/school

HEAD api/v1/dropdown/school

Parameters

Parameter Type Status Description
query string optional Maximum: 255

School - Store

Store a new school.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/dropdown/school/store" \
-H "Accept: application/json" \
    -d "value"="hic" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/school/store",
    "method": "POST",
    "data": {
        "value": "hic"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/dropdown/school/store

Parameters

Parameter Type Status Description
value string required Maximum: 255

Work Relationship - Get

Return dropdown work relationship options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/work-relationship" \
-H "Accept: application/json" \
    -d "query"="est" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/work-relationship",
    "method": "GET",
    "data": {
        "query": "est"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 61,
            "value": "Coworker"
        },
        {
            "id": 62,
            "value": "I reported to them"
        },
        {
            "id": 63,
            "value": "They reported to me"
        },
        {
            "id": 64,
            "value": "I consulted for them"
        },
        {
            "id": 65,
            "value": "Our companies did business together"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/work-relationship

HEAD api/v1/dropdown/work-relationship

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Work Relationship v2 - Get

Return dropdown work relationship options (include option 'She consulted for me').

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/dropdown/work-relationship-v2" \
-H "Accept: application/json" \
    -d "query"="aut" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/dropdown/work-relationship-v2",
    "method": "GET",
    "data": {
        "query": "aut"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 80,
            "value": "Coworker"
        },
        {
            "id": 81,
            "value": "I reported to them"
        },
        {
            "id": 82,
            "value": "They reported to me"
        },
        {
            "id": 83,
            "value": "She consulted for me"
        },
        {
            "id": 84,
            "value": "Our companies did business together"
        }
    ]
}

HTTP Request

GET api/v1/dropdown/work-relationship-v2

HEAD api/v1/dropdown/work-relationship-v2

Parameters

Parameter Type Status Description
query string optional Maximum: 255

Google Maps

Get - Autocomplete

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/gmaps/autocomplete" \
-H "Accept: application/json" \
    -d "input"="est" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/gmaps/autocomplete",
    "method": "POST",
    "data": {
        "input": "est"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/gmaps/autocomplete

Parameters

Parameter Type Status Description
input string required Maximum: 255

Get - Place Details

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/gmaps/place-details" \
-H "Accept: application/json" \
    -d "place_id"="quos" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/gmaps/place-details",
    "method": "POST",
    "data": {
        "place_id": "quos"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/gmaps/place-details

Parameters

Parameter Type Status Description
place_id string required Maximum: 255

Get - Nearby Cities

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/gmaps/nearby-cities" \
-H "Accept: application/json" \
    -d "lat"="eligendi" \
    -d "lng"="eligendi" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/gmaps/nearby-cities",
    "method": "POST",
    "data": {
        "lat": "eligendi",
        "lng": "eligendi"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/gmaps/nearby-cities

Parameters

Parameter Type Status Description
lat string required Maximum: 255
lng string required Maximum: 255

Project

Status - All

Return all project status options.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/status/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/status/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "slug": "draft",
            "value": "Draft"
        },
        {
            "id": 2,
            "slug": "submitted-for-approval",
            "value": "Submitted for Approval"
        },
        {
            "id": 3,
            "slug": "rejected",
            "value": "Rejected"
        },
        {
            "id": 4,
            "slug": "approved",
            "value": "Approved"
        },
        {
            "id": 5,
            "slug": "matched",
            "value": "Matched"
        },
        {
            "id": 6,
            "slug": "pitched",
            "value": "Pitched"
        },
        {
            "id": 7,
            "slug": "pitch-accepted",
            "value": "Pitch Accepted"
        },
        {
            "id": 8,
            "slug": "sow",
            "value": "SOW"
        },
        {
            "id": 9,
            "slug": "in-progress",
            "value": "In Progress"
        },
        {
            "id": 10,
            "slug": "paused",
            "value": "Paused \/ No More Pitches"
        },
        {
            "id": 11,
            "slug": "canceled",
            "value": "Canceled"
        },
        {
            "id": 12,
            "slug": "completed",
            "value": "Completed"
        },
        {
            "id": 13,
            "slug": "reviewed",
            "value": "Reviewed"
        }
    ]
}

HTTP Request

GET api/v1/project/status/all

HEAD api/v1/project/status/all

Status - Mark as Complete by Project ID

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/project/status/complete/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/status/complete/{id}",
    "method": "PUT",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/project/status/complete/{id}

Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "user_id": 1,
        "assigned_to": null,
        "status_id": 12,
        "status_updated_at": "2018-08-29 19:57:14",
        "category_id": 3,
        "duration_id": 67,
        "title": "Project 1",
        "overview": "Project 1 - Overview",
        "responsibilities": "Project 1 - Responsibilities",
        "city": "New York",
        "state": "NY",
        "work_type_id": 70,
        "budget_rate_type_id": 75,
        "budget_rate_value": "3500.00",
        "budget_rate_period": 5,
        "budget_run_start": "2018-08-29",
        "budget_run_end": "2018-08-29",
        "created_at": "2018-08-29 19:56:03",
        "updated_at": "2018-08-29 19:57:14",
        "user": {
            "id": 1,
            "first_name": "admin",
            "last_name": "admin",
            "email": "admin@admin.com",
            "status_id": null,
            "status_updated_at": null,
            "stripe_id": null,
            "verified": false,
            "last_login_at": "2018-08-29 19:56:12",
            "last_login_ip": "127.0.0.1",
            "created_at": "2018-08-29 19:56:03",
            "profile": {
                "id": 1,
                "user_id": 1,
                "step_id": 1,
                "company_id": 1,
                "referral_type": 55,
                "referral_value": "Michelle",
                "referral_code": null,
                "full_time_job": true,
                "city": "New York",
                "state": "NY",
                "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
                "resume": null,
                "resume_name": null,
                "commute_city_id": null,
                "profile_pending": 0,
                "company": {
                    "id": 1,
                    "name": "The Second Shift",
                    "industry_id": 42,
                    "company_size_id": 3,
                    "location": "New York, NY",
                    "url": "https:\/\/www.thesecondshift.com",
                    "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                    "created_at": "2018-08-29 19:56:03"
                }
            }
        },
        "status": {
            "id": 12,
            "name": "completed",
            "display_name": "Completed"
        },
        "category": {
            "id": 3,
            "name": "Corporate Services & Consulting",
            "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
        },
        "duration": {
            "id": 67,
            "value": "3-6 months"
        },
        "work_type": {
            "id": 70,
            "value": "Remote"
        },
        "budget_type": {
            "id": 75,
            "value": "Daily"
        },
        "must_skills": [
            {
                "skill_id": 27,
                "description": {
                    "id": 27,
                    "category_id": 2,
                    "name": "Strategic Advisory"
                }
            },
            {
                "skill_id": 28,
                "description": {
                    "id": 28,
                    "category_id": 2,
                    "name": "Venture Capital"
                }
            },
            {
                "skill_id": 29,
                "description": {
                    "id": 29,
                    "category_id": 3,
                    "name": "Business Development"
                }
            }
        ],
        "nice_skills": [
            {
                "skill_id": 44,
                "description": {
                    "id": 44,
                    "category_id": 4,
                    "name": "Web Design"
                }
            },
            {
                "skill_id": 45,
                "description": {
                    "id": 45,
                    "category_id": 5,
                    "name": "Data Analysis"
                }
            },
            {
                "skill_id": 47,
                "description": {
                    "id": 47,
                    "category_id": 5,
                    "name": "Market Research"
                }
            }
        ],
        "matches": [
            {
                "id": "1",
                "project_id": 1,
                "member_id": 4,
                "pitched": false,
                "hired": false,
                "declined": false,
                "member_sent": false,
                "declined_at": null,
                "updated_at": "2018-08-29 19:56:03",
                "created_at": "2018-08-29 19:56:03",
                "member": {
                    "id": 4,
                    "first_name": "member 1",
                    "last_name": "member 1",
                    "email": "member1@member1.com",
                    "status_id": 4,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": null,
                    "last_login_ip": null,
                    "created_at": "2018-08-29 19:56:03",
                    "profile": {
                        "id": 4,
                        "user_id": 4,
                        "step_id": 3,
                        "company_id": 1,
                        "referral_type": 58,
                        "referral_value": null,
                        "referral_code": null,
                        "full_time_job": true,
                        "city": "New York",
                        "state": "NY",
                        "professional_summary": null,
                        "resume": null,
                        "resume_name": null,
                        "commute_city_id": null,
                        "profile_pending": 0
                    }
                },
                "pitch": null
            },
            {
                "id": "2",
                "project_id": 1,
                "member_id": 5,
                "pitched": false,
                "hired": false,
                "declined": true,
                "member_sent": false,
                "declined_at": "2018-08-29 19:56:03",
                "updated_at": "2018-08-29 19:56:03",
                "created_at": "2018-08-29 19:56:03",
                "member": {
                    "id": 5,
                    "first_name": "member 2",
                    "last_name": "member 2",
                    "email": "member2@member2.com",
                    "status_id": 5,
                    "status_updated_at": null,
                    "stripe_id": null,
                    "verified": false,
                    "last_login_at": null,
                    "last_login_ip": null,
                    "created_at": "2018-08-29 19:56:03",
                    "profile": {
                        "id": 5,
                        "user_id": 5,
                        "step_id": 4,
                        "company_id": 1,
                        "referral_type": 59,
                        "referral_value": null,
                        "referral_code": null,
                        "full_time_job": false,
                        "city": "New York",
                        "state": "NY",
                        "professional_summary": null,
                        "resume": null,
                        "resume_name": null,
                        "commute_city_id": null,
                        "profile_pending": 0
                    }
                },
                "pitch": null
            }
        ]
    }
}

HTTP Request

GET api/v1/project/show/{id}

HEAD api/v1/project/show/{id}

All

Return all projects.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "user_id": 1,
            "assigned_to": null,
            "status_id": 12,
            "status_updated_at": "2018-08-29 19:57:14",
            "category_id": 3,
            "duration_id": 67,
            "title": "Project 1",
            "overview": "Project 1 - Overview",
            "responsibilities": "Project 1 - Responsibilities",
            "city": "New York",
            "state": "NY",
            "work_type_id": 70,
            "budget_rate_type_id": 75,
            "budget_rate_value": "3500.00",
            "budget_rate_period": 5,
            "budget_run_start": "2018-08-29",
            "budget_run_end": "2018-08-29",
            "created_at": "2018-08-29 19:56:03",
            "updated_at": "2018-08-29 19:57:14",
            "user": {
                "id": 1,
                "first_name": "admin",
                "last_name": "admin",
                "email": "admin@admin.com",
                "status_id": null,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": "2018-08-29 19:56:12",
                "last_login_ip": "127.0.0.1",
                "created_at": "2018-08-29 19:56:03",
                "profile": {
                    "id": 1,
                    "user_id": 1,
                    "step_id": 1,
                    "company_id": 1,
                    "referral_type": 55,
                    "referral_value": "Michelle",
                    "referral_code": null,
                    "full_time_job": true,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 1,
                        "name": "The Second Shift",
                        "industry_id": 42,
                        "company_size_id": 3,
                        "location": "New York, NY",
                        "url": "https:\/\/www.thesecondshift.com",
                        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                        "created_at": "2018-08-29 19:56:03"
                    }
                }
            },
            "status": {
                "id": 12,
                "name": "completed",
                "display_name": "Completed"
            },
            "category": {
                "id": 3,
                "name": "Corporate Services & Consulting",
                "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
            },
            "duration": {
                "id": 67,
                "value": "3-6 months"
            },
            "work_type": {
                "id": 70,
                "value": "Remote"
            },
            "budget_type": {
                "id": 75,
                "value": "Daily"
            },
            "must_skills": [
                {
                    "skill_id": 27,
                    "description": {
                        "id": 27,
                        "category_id": 2,
                        "name": "Strategic Advisory",
                        "category": {
                            "id": 2,
                            "name": "Financial Services",
                            "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                        }
                    }
                },
                {
                    "skill_id": 28,
                    "description": {
                        "id": 28,
                        "category_id": 2,
                        "name": "Venture Capital",
                        "category": {
                            "id": 2,
                            "name": "Financial Services",
                            "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                        }
                    }
                },
                {
                    "skill_id": 29,
                    "description": {
                        "id": 29,
                        "category_id": 3,
                        "name": "Business Development",
                        "category": {
                            "id": 3,
                            "name": "Corporate Services & Consulting",
                            "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
                        }
                    }
                }
            ],
            "nice_skills": [
                {
                    "skill_id": 44,
                    "description": {
                        "id": 44,
                        "category_id": 4,
                        "name": "Web Design",
                        "category": {
                            "id": 4,
                            "name": "Creative Services",
                            "description": "Copywriting, Graphic Design, Logo Design and Branding, Presentations, Product Design, Web Design"
                        }
                    }
                },
                {
                    "skill_id": 45,
                    "description": {
                        "id": 45,
                        "category_id": 5,
                        "name": "Data Analysis",
                        "category": {
                            "id": 5,
                            "name": "Research & Analytics",
                            "description": "Data Analysis, Data Visualization, Market Research, Quantitative Analysis, Trend Forecasting"
                        }
                    }
                },
                {
                    "skill_id": 47,
                    "description": {
                        "id": 47,
                        "category_id": 5,
                        "name": "Market Research",
                        "category": {
                            "id": 5,
                            "name": "Research & Analytics",
                            "description": "Data Analysis, Data Visualization, Market Research, Quantitative Analysis, Trend Forecasting"
                        }
                    }
                }
            ],
            "hired": []
        },
        {
            "id": 2,
            "user_id": 1,
            "assigned_to": null,
            "status_id": 2,
            "status_updated_at": null,
            "category_id": 6,
            "duration_id": 68,
            "title": "Project 1",
            "overview": "Project 2 - Overview",
            "responsibilities": "Project 2 - Responsibilities",
            "city": "New York",
            "state": "NY",
            "work_type_id": 72,
            "budget_rate_type_id": 77,
            "budget_rate_value": "575.00",
            "budget_rate_period": null,
            "budget_run_start": "2018-08-29",
            "budget_run_end": "2018-08-29",
            "created_at": "2018-08-29 19:56:03",
            "updated_at": "2018-08-29 19:56:03",
            "user": {
                "id": 1,
                "first_name": "admin",
                "last_name": "admin",
                "email": "admin@admin.com",
                "status_id": null,
                "status_updated_at": null,
                "stripe_id": null,
                "verified": false,
                "last_login_at": "2018-08-29 19:56:12",
                "last_login_ip": "127.0.0.1",
                "created_at": "2018-08-29 19:56:03",
                "profile": {
                    "id": 1,
                    "user_id": 1,
                    "step_id": 1,
                    "company_id": 1,
                    "referral_type": 55,
                    "referral_value": "Michelle",
                    "referral_code": null,
                    "full_time_job": true,
                    "city": "New York",
                    "state": "NY",
                    "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
                    "resume": null,
                    "resume_name": null,
                    "commute_city_id": null,
                    "profile_pending": 0,
                    "company": {
                        "id": 1,
                        "name": "The Second Shift",
                        "industry_id": 42,
                        "company_size_id": 3,
                        "location": "New York, NY",
                        "url": "https:\/\/www.thesecondshift.com",
                        "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                        "created_at": "2018-08-29 19:56:03"
                    }
                }
            },
            "status": {
                "id": 2,
                "name": "submitted-for-approval",
                "display_name": "Submitted for Approval"
            },
            "category": {
                "id": 6,
                "name": "Product",
                "description": "Product Management, Product Marketing, UX\/UI Design"
            },
            "duration": {
                "id": 68,
                "value": "6-12 months"
            },
            "work_type": {
                "id": 72,
                "value": "Both"
            },
            "budget_type": {
                "id": 77,
                "value": "Monthly"
            },
            "must_skills": [],
            "nice_skills": [],
            "hired": []
        }
    ]
}

HTTP Request

GET api/v1/project/all

HEAD api/v1/project/all

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/store" \
-H "Accept: application/json" \
    -d "category_id"="1" \
    -d "duration_id"="1" \
    -d "title"="voluptatem" \
    -d "overview"="voluptatem" \
    -d "responsibilities"="voluptatem" \
    -d "city"="voluptatem" \
    -d "state"="voluptatem" \
    -d "work_type_id"="1" \
    -d "budget_rate_type_id"="1" \
    -d "budget_rate_value"="voluptatem" \
    -d "budget_rate_period"="1" \
    -d "budget_run_start"="1971-02-21" \
    -d "budget_run_end"="1971-02-21" \
    -d "must_skills"="voluptatem" \
    -d "must_skills.∗.skill_id"="1" \
    -d "nice_skills"="voluptatem" \
    -d "nice_skills.∗.skill_id"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/store",
    "method": "POST",
    "data": {
        "category_id": 1,
        "duration_id": 1,
        "title": "voluptatem",
        "overview": "voluptatem",
        "responsibilities": "voluptatem",
        "city": "voluptatem",
        "state": "voluptatem",
        "work_type_id": 1,
        "budget_rate_type_id": 1,
        "budget_rate_value": "voluptatem",
        "budget_rate_period": 1,
        "budget_run_start": "1971-02-21",
        "budget_run_end": "1971-02-21",
        "must_skills": "voluptatem",
        "must_skills.\u2217.skill_id": 1,
        "nice_skills": "voluptatem",
        "nice_skills.\u2217.skill_id": 1
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/store

Parameters

Parameter Type Status Description
category_id integer required Valid skill_category id
duration_id integer required Valid dropdown id
title string optional Maximum: 255
overview string optional
responsibilities string optional
city string optional Maximum: 255
state string optional Maximum: 255
work_type_id integer optional Valid dropdown id
budget_rate_type_id integer optional Valid dropdown id
budget_rate_value string optional
budget_rate_period integer optional
budget_run_start date optional
budget_run_end date optional
must_skills array optional
must_skills.∗.skill_id integer optional Valid skill id
nice_skills array optional
nice_skills.∗.skill_id integer optional Valid skill id

Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/project/update/{id}" \
-H "Accept: application/json" \
    -d "status_id"="7583935" \
    -d "comments"="facere" \
    -d "category_id"="7583935" \
    -d "duration_id"="7583935" \
    -d "title"="facere" \
    -d "overview"="facere" \
    -d "responsibilities"="facere" \
    -d "city"="facere" \
    -d "state"="facere" \
    -d "work_type_id"="7583935" \
    -d "budget_rate_type_id"="7583935" \
    -d "budget_rate_value"="facere" \
    -d "budget_rate_period"="7583935" \
    -d "budget_run_start"="2006-09-23" \
    -d "budget_run_end"="2006-09-23" \
    -d "must_skills"="facere" \
    -d "must_skills.∗.skill_id"="7583935" \
    -d "nice_skills"="facere" \
    -d "nice_skills.∗.skill_id"="7583935" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/update/{id}",
    "method": "PUT",
    "data": {
        "status_id": 7583935,
        "comments": "facere",
        "category_id": 7583935,
        "duration_id": 7583935,
        "title": "facere",
        "overview": "facere",
        "responsibilities": "facere",
        "city": "facere",
        "state": "facere",
        "work_type_id": 7583935,
        "budget_rate_type_id": 7583935,
        "budget_rate_value": "facere",
        "budget_rate_period": 7583935,
        "budget_run_start": "2006-09-23",
        "budget_run_end": "2006-09-23",
        "must_skills": "facere",
        "must_skills.\u2217.skill_id": 7583935,
        "nice_skills": "facere",
        "nice_skills.\u2217.skill_id": 7583935
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/project/update/{id}

Parameters

Parameter Type Status Description
status_id integer optional Valid project_status id
comments string optional Maximum: 255
category_id integer optional Valid skill_category id
duration_id integer optional Valid dropdown id
title string optional Maximum: 255
overview string optional
responsibilities string optional
city string optional Maximum: 255
state string optional Maximum: 255
work_type_id integer optional Valid dropdown id
budget_rate_type_id integer optional Valid dropdown id
budget_rate_value string optional
budget_rate_period integer optional
budget_run_start date optional
budget_run_end date optional
must_skills array optional
must_skills.∗.skill_id integer optional Valid skill id
nice_skills array optional
nice_skills.∗.skill_id integer optional Valid skill id

Restart - Project Status

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/status/restart/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/status/restart/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 412,
    "error": "Project selected is not Paused."
}

HTTP Request

GET api/v1/project/status/restart/{id}

HEAD api/v1/project/status/restart/{id}

Must Skills - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/must-skills/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/must-skills/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "skill_id": 27,
            "description": {
                "id": 27,
                "category_id": 2,
                "name": "Strategic Advisory"
            }
        },
        {
            "skill_id": 28,
            "description": {
                "id": 28,
                "category_id": 2,
                "name": "Venture Capital"
            }
        },
        {
            "skill_id": 29,
            "description": {
                "id": 29,
                "category_id": 3,
                "name": "Business Development"
            }
        }
    ]
}

HTTP Request

GET api/v1/project/must-skills/show/{id}

HEAD api/v1/project/must-skills/show/{id}

Must Skills - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/project/must-skills/update/{id}" \
-H "Accept: application/json" \
    -d "skills"="fugiat" \
    -d "skills.∗.skill_id"="41473169" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/must-skills/update/{id}",
    "method": "PUT",
    "data": {
        "skills": "fugiat",
        "skills.\u2217.skill_id": 41473169
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/project/must-skills/update/{id}

Parameters

Parameter Type Status Description
skills array optional
skills.∗.skill_id integer required Valid skill id

Nice Skills - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/nice-skills/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/nice-skills/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "skill_id": 44,
            "description": {
                "id": 44,
                "category_id": 4,
                "name": "Web Design"
            }
        },
        {
            "skill_id": 45,
            "description": {
                "id": 45,
                "category_id": 5,
                "name": "Data Analysis"
            }
        },
        {
            "skill_id": 47,
            "description": {
                "id": 47,
                "category_id": 5,
                "name": "Market Research"
            }
        }
    ]
}

HTTP Request

GET api/v1/project/nice-skills/show/{id}

HEAD api/v1/project/nice-skills/show/{id}

Nice Skills - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/project/nice-skills/update/{id}" \
-H "Accept: application/json" \
    -d "skills"="illum" \
    -d "skills.∗.skill_id"="53521835" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/nice-skills/update/{id}",
    "method": "PUT",
    "data": {
        "skills": "illum",
        "skills.\u2217.skill_id": 53521835
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/project/nice-skills/update/{id}

Parameters

Parameter Type Status Description
skills array optional
skills.∗.skill_id integer required Valid skill id

Project - Hired

Employer - All Hired Members

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/hired" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/hired",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/project/hired

HEAD api/v1/project/hired

Project - Matches

Member - All Matches

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/matches" \
-H "Accept: application/json" \
    -d "declined"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/matches",
    "method": "GET",
    "data": {
        "declined": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 403,
    "error": "Forbidden"
}

HTTP Request

GET api/v1/project/matches

HEAD api/v1/project/matches

Parameters

Parameter Type Status Description
declined boolean optional

Member - Decline Match

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/matches/decline" \
-H "Accept: application/json" \
    -d "match_id"="pariatur" \
    -d "declined"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/matches/decline",
    "method": "POST",
    "data": {
        "match_id": "pariatur",
        "declined": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/matches/decline

Parameters

Parameter Type Status Description
match_id string required Valid project_match id
declined boolean optional

Project - Messages

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/messages/store" \
-H "Accept: application/json" \
    -d "pitch_id"="56775143" \
    -d "action"="quo" \
    -d "message"="quo" \
    -d "attachment"="quo" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/messages/store",
    "method": "POST",
    "data": {
        "pitch_id": 56775143,
        "action": "quo",
        "message": "quo",
        "attachment": "quo"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/messages/store

Parameters

Parameter Type Status Description
pitch_id integer required Valid project_pitch id
action string optional Maximum: 255
message string required
attachment file optional Must be a file upload Maximum: 2000

Get - Message by Pitch ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/messages/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/messages/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 412,
    "error": "Resource could not be found."
}

HTTP Request

GET api/v1/project/messages/show/{id}

HEAD api/v1/project/messages/show/{id}

Download - Attachment by Message ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/messages/attachment/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/messages/attachment/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 412,
    "error": "Resource could not be found."
}

HTTP Request

GET api/v1/project/messages/attachment/{id}

HEAD api/v1/project/messages/attachment/{id}

Project - Pitches

Member - All Pitches

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/pitches/all" \
-H "Accept: application/json" \
    -d "accepted"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/pitches/all",
    "method": "GET",
    "data": {
        "accepted": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/project/pitches/all

HEAD api/v1/project/pitches/all

Parameters

Parameter Type Status Description
accepted boolean optional

Member - Get Pitch by ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/pitches/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/pitches/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 412,
    "error": "Resource could not be found."
}

HTTP Request

GET api/v1/project/pitches/show/{id}

HEAD api/v1/project/pitches/show/{id}

Member - Store Pitch

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/pitches/store" \
-H "Accept: application/json" \
    -d "match_id"="laudantium" \
    -d "pitch"="laudantium" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/pitches/store",
    "method": "POST",
    "data": {
        "match_id": "laudantium",
        "pitch": "laudantium"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/pitches/store

Parameters

Parameter Type Status Description
match_id string required Valid project_match id
pitch string required

Member - Update Pitch

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/project/pitches/update/{id}" \
-H "Accept: application/json" \
    -d "pitch"="qui" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/pitches/update/{id}",
    "method": "PUT",
    "data": {
        "pitch": "qui"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/project/pitches/update/{id}

Parameters

Parameter Type Status Description
pitch string optional

Member - Accept Pitch (Employer)

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/pitches/accept" \
-H "Accept: application/json" \
    -d "pitch_id"="894339" \
    -d "accept"="1" \
    -d "message"="quisquam" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/pitches/accept",
    "method": "POST",
    "data": {
        "pitch_id": 894339,
        "accept": true,
        "message": "quisquam"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/pitches/accept

Parameters

Parameter Type Status Description
pitch_id integer required Valid project_pitch id
accept boolean required
message string optional

Member - Undo Pitch (Employer)

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/pitches/undo" \
-H "Accept: application/json" \
    -d "pitch_id"="75619535" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/pitches/undo",
    "method": "POST",
    "data": {
        "pitch_id": 75619535
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/pitches/undo

Parameters

Parameter Type Status Description
pitch_id integer required Valid project_pitch id

Project - Review

Questions - All

Return all questions.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/review/questions/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/review/questions/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "title": "Project Review",
            "description": "Working with {{name}}",
            "questions": [
                {
                    "id": 1,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "Rate your experience working with {{name}}.",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 2,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "How satisfied are you with the work {{name}} delivered?",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 3,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "How likely are you to hire {{name}} again?",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 4,
                    "role_id": 2,
                    "type_id": 2,
                    "section_id": 1,
                    "question": "Please enter any specific comments about your experience working with {{name}}",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 2,
                        "name": "text",
                        "description": "Text Field"
                    }
                },
                {
                    "id": 10,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "Rate your experience working {{name}}.",
                    "role": {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 11,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "How likely are you to pitch for a project with {{name}} again?",
                    "role": {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 12,
                    "role_id": 3,
                    "type_id": 2,
                    "section_id": 1,
                    "question": "Please enter any specific comments about your experience working with {{name}}",
                    "role": {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    },
                    "type": {
                        "id": 2,
                        "name": "text",
                        "description": "Text Field"
                    }
                }
            ]
        },
        {
            "id": 2,
            "title": "Working with The Second Shift",
            "description": "",
            "questions": [
                {
                    "id": 5,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How likely are you to recommend The Second Shift to a friend or colleague?",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 6,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How likely are you to use The Second Shift again to fulfill your hiring needs?",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 7,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How satisfied are you with your experience using The Second Shift overall?",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 8,
                    "role_id": 2,
                    "type_id": 3,
                    "section_id": 2,
                    "question": "Can we use this as a testimonial in our marketing materials\/website?",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 3,
                        "name": "radio",
                        "description": "Radio Button"
                    }
                },
                {
                    "id": 9,
                    "role_id": 2,
                    "type_id": 4,
                    "section_id": 2,
                    "question": "Refer a friend or colleague! <br> If you know someone who could use The Second Shift, please provide their contact information below.",
                    "role": {
                        "id": 2,
                        "name": "employer",
                        "display_name": "Employer",
                        "description": null
                    },
                    "type": {
                        "id": 4,
                        "name": "contact",
                        "description": "Name and Email"
                    }
                },
                {
                    "id": 13,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How likely are you to recommend The Second Shift to a friend?",
                    "role": {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 14,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How satisfied are you with your experience using The Second Shift overall?",
                    "role": {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    },
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 15,
                    "role_id": 3,
                    "type_id": 3,
                    "section_id": 2,
                    "question": "Can we use this as a testimonial in our marketing materials\/website?",
                    "role": {
                        "id": 3,
                        "name": "member",
                        "display_name": "Member",
                        "description": null
                    },
                    "type": {
                        "id": 3,
                        "name": "radio",
                        "description": "Radio Button"
                    }
                }
            ]
        }
    ]
}

HTTP Request

GET api/v1/project/review/questions/all

HEAD api/v1/project/review/questions/all

Questions - Ask Employer

Return all questions.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/review/questions/employer" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/review/questions/employer",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "title": "Project Review",
            "description": "Working with {{name}}",
            "questions_employer": [
                {
                    "id": 1,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "Rate your experience working with {{name}}.",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 2,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "How satisfied are you with the work {{name}} delivered?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 3,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "How likely are you to hire {{name}} again?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 4,
                    "role_id": 2,
                    "type_id": 2,
                    "section_id": 1,
                    "question": "Please enter any specific comments about your experience working with {{name}}",
                    "type": {
                        "id": 2,
                        "name": "text",
                        "description": "Text Field"
                    }
                }
            ]
        },
        {
            "id": 2,
            "title": "Working with The Second Shift",
            "description": "",
            "questions_employer": [
                {
                    "id": 5,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How likely are you to recommend The Second Shift to a friend or colleague?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 6,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How likely are you to use The Second Shift again to fulfill your hiring needs?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 7,
                    "role_id": 2,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How satisfied are you with your experience using The Second Shift overall?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 8,
                    "role_id": 2,
                    "type_id": 3,
                    "section_id": 2,
                    "question": "Can we use this as a testimonial in our marketing materials\/website?",
                    "type": {
                        "id": 3,
                        "name": "radio",
                        "description": "Radio Button"
                    }
                },
                {
                    "id": 9,
                    "role_id": 2,
                    "type_id": 4,
                    "section_id": 2,
                    "question": "Refer a friend or colleague! <br> If you know someone who could use The Second Shift, please provide their contact information below.",
                    "type": {
                        "id": 4,
                        "name": "contact",
                        "description": "Name and Email"
                    }
                }
            ]
        }
    ]
}

HTTP Request

GET api/v1/project/review/questions/employer

HEAD api/v1/project/review/questions/employer

Questions - Ask Member

Return all questions.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/review/questions/member" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/review/questions/member",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "title": "Project Review",
            "description": "Working with {{name}}",
            "questions_member": [
                {
                    "id": 10,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "Rate your experience working {{name}}.",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 11,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 1,
                    "question": "How likely are you to pitch for a project with {{name}} again?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 12,
                    "role_id": 3,
                    "type_id": 2,
                    "section_id": 1,
                    "question": "Please enter any specific comments about your experience working with {{name}}",
                    "type": {
                        "id": 2,
                        "name": "text",
                        "description": "Text Field"
                    }
                }
            ]
        },
        {
            "id": 2,
            "title": "Working with The Second Shift",
            "description": "",
            "questions_member": [
                {
                    "id": 13,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How likely are you to recommend The Second Shift to a friend?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 14,
                    "role_id": 3,
                    "type_id": 1,
                    "section_id": 2,
                    "question": "How satisfied are you with your experience using The Second Shift overall?",
                    "type": {
                        "id": 1,
                        "name": "rating",
                        "description": "Integer Value"
                    }
                },
                {
                    "id": 15,
                    "role_id": 3,
                    "type_id": 3,
                    "section_id": 2,
                    "question": "Can we use this as a testimonial in our marketing materials\/website?",
                    "type": {
                        "id": 3,
                        "name": "radio",
                        "description": "Radio Button"
                    }
                }
            ]
        }
    ]
}

HTTP Request

GET api/v1/project/review/questions/member

HEAD api/v1/project/review/questions/member

State - Checks if logged user has reviewed project ID

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/review/state" \
-H "Accept: application/json" \
    -d "project_id"="33" \
    -d "target_id"="33" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/review/state",
    "method": "POST",
    "data": {
        "project_id": 33,
        "target_id": 33
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/review/state

Parameters

Parameter Type Status Description
project_id integer required Valid project id
target_id integer required Valid user id

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/review/store" \
-H "Accept: application/json" \
    -d "project_id"="3513" \
    -d "target_id"="3513" \
    -d "answers"="excepturi" \
    -d "answers.∗.question_id"="3513" \
    -d "answers.∗.value"="excepturi" \
    -d "contacts"="excepturi" \
    -d "contacts.∗.name"="excepturi" \
    -d "contacts.∗.email"="monty72@example.net" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/review/store",
    "method": "POST",
    "data": {
        "project_id": 3513,
        "target_id": 3513,
        "answers": "excepturi",
        "answers.\u2217.question_id": 3513,
        "answers.\u2217.value": "excepturi",
        "contacts": "excepturi",
        "contacts.\u2217.name": "excepturi",
        "contacts.\u2217.email": "monty72@example.net"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/review/store

Parameters

Parameter Type Status Description
project_id integer required Valid project id
target_id integer required Valid user id
answers array required
answers.∗.question_id integer required Valid review_question id
answers.∗.value string required
contacts array optional
contacts.∗.name string required Maximum: 255
contacts.∗.email email required Maximum: 255

Project - SOW

Member - All SOWs

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/sow/all" \
-H "Accept: application/json" \
    -d "accepted"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/sow/all",
    "method": "GET",
    "data": {
        "accepted": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/project/sow/all

HEAD api/v1/project/sow/all

Parameters

Parameter Type Status Description
accepted boolean optional

Member - Get SOW by ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/project/sow/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/sow/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 412,
    "error": "Resource could not be found."
}

HTTP Request

GET api/v1/project/sow/show/{id}

HEAD api/v1/project/sow/show/{id}

Member - Store SOW

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/sow/store" \
-H "Accept: application/json" \
    -d "pitch_id"="8963" \
    -d "summary"="qui" \
    -d "deliverables"="qui" \
    -d "city"="qui" \
    -d "state"="qui" \
    -d "work_type_id"="8963" \
    -d "project_start"="1989-03-12" \
    -d "project_end"="1989-03-12" \
    -d "project_period"="8963" \
    -d "project_flexible"="1" \
    -d "budget_rate_type_id"="8963" \
    -d "budget_rate_value"="qui" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/sow/store",
    "method": "POST",
    "data": {
        "pitch_id": 8963,
        "summary": "qui",
        "deliverables": "qui",
        "city": "qui",
        "state": "qui",
        "work_type_id": 8963,
        "project_start": "1989-03-12",
        "project_end": "1989-03-12",
        "project_period": 8963,
        "project_flexible": true,
        "budget_rate_type_id": 8963,
        "budget_rate_value": "qui"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/sow/store

Parameters

Parameter Type Status Description
pitch_id integer required Valid project_pitch id
summary string required
deliverables string required
city string required Maximum: 255
state string optional Maximum: 255
work_type_id integer required Valid dropdown id
project_start date required
project_end date required
project_period integer required
project_flexible boolean required
budget_rate_type_id integer required Valid dropdown id
budget_rate_value string required

Member - Update SOW by ID

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/project/sow/update/{id}" \
-H "Accept: application/json" \
    -d "summary"="dolorem" \
    -d "deliverables"="dolorem" \
    -d "city"="dolorem" \
    -d "state"="dolorem" \
    -d "work_type_id"="83" \
    -d "project_start"="1978-02-13" \
    -d "project_end"="1978-02-13" \
    -d "project_period"="83" \
    -d "project_flexible"="1" \
    -d "budget_rate_type_id"="83" \
    -d "budget_rate_value"="dolorem" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/sow/update/{id}",
    "method": "PUT",
    "data": {
        "summary": "dolorem",
        "deliverables": "dolorem",
        "city": "dolorem",
        "state": "dolorem",
        "work_type_id": 83,
        "project_start": "1978-02-13",
        "project_end": "1978-02-13",
        "project_period": 83,
        "project_flexible": true,
        "budget_rate_type_id": 83,
        "budget_rate_value": "dolorem"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/project/sow/update/{id}

Parameters

Parameter Type Status Description
summary string optional
deliverables string optional
city string optional Maximum: 255
state string optional Maximum: 255
work_type_id integer optional Valid dropdown id
project_start date optional
project_end date optional
project_period integer optional
project_flexible boolean optional
budget_rate_type_id integer optional Valid dropdown id
budget_rate_value string optional

Employer - Accept SOW / Request Edits

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/project/sow/accept" \
-H "Accept: application/json" \
    -d "sow_id"="4006" \
    -d "accepted"="1" \
    -d "edits_requested"="1" \
    -d "message"="quis" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/project/sow/accept",
    "method": "POST",
    "data": {
        "sow_id": 4006,
        "accepted": true,
        "edits_requested": true,
        "message": "quis"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/project/sow/accept

Parameters

Parameter Type Status Description
sow_id integer required Valid project_sow id
accepted boolean optional
edits_requested boolean optional
message string optional Maximum: 255

Role

All

Return all roles.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/role/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/role/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "name": "admin",
            "display_name": "Administrator",
            "description": null
        },
        {
            "id": 2,
            "name": "employer",
            "display_name": "Employer",
            "description": null
        },
        {
            "id": 3,
            "name": "member",
            "display_name": "Member",
            "description": null
        }
    ]
}

HTTP Request

GET api/v1/role/all

HEAD api/v1/role/all

Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/role/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/role/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "name": "admin",
        "display_name": "Administrator",
        "description": null
    }
}

HTTP Request

GET api/v1/role/show/{id}

HEAD api/v1/role/show/{id}

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/role/store" \
-H "Accept: application/json" \
    -d "name"="quia" \
    -d "display_name"="quia" \
    -d "description"="quia" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/role/store",
    "method": "POST",
    "data": {
        "name": "quia",
        "display_name": "quia",
        "description": "quia"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/role/store

Parameters

Parameter Type Status Description
name string required Maximum: 255
display_name string required Maximum: 255
description string required Maximum: 255

Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/role/update/{id}" \
-H "Accept: application/json" \
    -d "name"="quis" \
    -d "display_name"="quis" \
    -d "description"="quis" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/role/update/{id}",
    "method": "PUT",
    "data": {
        "name": "quis",
        "display_name": "quis",
        "description": "quis"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/role/update/{id}

Parameters

Parameter Type Status Description
name string optional Maximum: 255
display_name string optional Maximum: 255
description string optional Maximum: 255

Skill

All

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/skill/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "name": "Sales, Marketing, PR",
            "description": "Account Management, Brand Management, Content Marketing & SEO, Corporate Communications, Digital Marketing, Event Coordination, Growth Marketing, more...",
            "skills": [
                {
                    "id": 1,
                    "category_id": 1,
                    "name": "Account Management"
                },
                {
                    "id": 2,
                    "category_id": 1,
                    "name": "Brand Management"
                },
                {
                    "id": 3,
                    "category_id": 1,
                    "name": "Content Marketing & SEO"
                },
                {
                    "id": 4,
                    "category_id": 1,
                    "name": "Corporate Communications"
                },
                {
                    "id": 5,
                    "category_id": 1,
                    "name": "Digital Marketing"
                },
                {
                    "id": 6,
                    "category_id": 1,
                    "name": "Event Coordination"
                },
                {
                    "id": 7,
                    "category_id": 1,
                    "name": "Growth Marketing"
                },
                {
                    "id": 8,
                    "category_id": 1,
                    "name": "Marketing Operations"
                },
                {
                    "id": 9,
                    "category_id": 1,
                    "name": "Marketing Strategy"
                },
                {
                    "id": 10,
                    "category_id": 1,
                    "name": "Media Planning"
                },
                {
                    "id": 11,
                    "category_id": 1,
                    "name": "Mobile Marketing"
                },
                {
                    "id": 12,
                    "category_id": 1,
                    "name": "Product Marketing"
                },
                {
                    "id": 13,
                    "category_id": 1,
                    "name": "Public Relations"
                },
                {
                    "id": 14,
                    "category_id": 1,
                    "name": "Sales"
                },
                {
                    "id": 15,
                    "category_id": 1,
                    "name": "Social Media Marketing"
                },
                {
                    "id": 16,
                    "category_id": 1,
                    "name": "Strategic Marketing"
                }
            ]
        },
        {
            "id": 2,
            "name": "Financial Services",
            "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more...",
            "skills": [
                {
                    "id": 17,
                    "category_id": 2,
                    "name": "Accounting"
                },
                {
                    "id": 18,
                    "category_id": 2,
                    "name": "Budgeting\/Forecasting"
                },
                {
                    "id": 19,
                    "category_id": 2,
                    "name": "Debt Finance"
                },
                {
                    "id": 20,
                    "category_id": 2,
                    "name": "Financial Analysis"
                },
                {
                    "id": 21,
                    "category_id": 2,
                    "name": "Financial Modeling"
                },
                {
                    "id": 22,
                    "category_id": 2,
                    "name": "Investment Banking"
                },
                {
                    "id": 23,
                    "category_id": 2,
                    "name": "Investment Management"
                },
                {
                    "id": 24,
                    "category_id": 2,
                    "name": "Investment Strategy"
                },
                {
                    "id": 25,
                    "category_id": 2,
                    "name": "Investor Relations"
                },
                {
                    "id": 26,
                    "category_id": 2,
                    "name": "Risk Management"
                },
                {
                    "id": 27,
                    "category_id": 2,
                    "name": "Strategic Advisory"
                },
                {
                    "id": 28,
                    "category_id": 2,
                    "name": "Venture Capital"
                }
            ]
        },
        {
            "id": 3,
            "name": "Corporate Services & Consulting",
            "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more...",
            "skills": [
                {
                    "id": 29,
                    "category_id": 3,
                    "name": "Business Development"
                },
                {
                    "id": 30,
                    "category_id": 3,
                    "name": "Business Strategy"
                },
                {
                    "id": 31,
                    "category_id": 3,
                    "name": "Customer Success"
                },
                {
                    "id": 32,
                    "category_id": 3,
                    "name": "Human Resources"
                },
                {
                    "id": 33,
                    "category_id": 3,
                    "name": "Legal Services"
                },
                {
                    "id": 34,
                    "category_id": 3,
                    "name": "Management Consulting"
                },
                {
                    "id": 35,
                    "category_id": 3,
                    "name": "Operations"
                },
                {
                    "id": 36,
                    "category_id": 3,
                    "name": "Project Management"
                },
                {
                    "id": 37,
                    "category_id": 3,
                    "name": "Recruiting"
                },
                {
                    "id": 38,
                    "category_id": 3,
                    "name": "Strategic Planning"
                }
            ]
        },
        {
            "id": 4,
            "name": "Creative Services",
            "description": "Copywriting, Graphic Design, Logo Design and Branding, Presentations, Product Design, Web Design",
            "skills": [
                {
                    "id": 39,
                    "category_id": 4,
                    "name": "Copywriting"
                },
                {
                    "id": 40,
                    "category_id": 4,
                    "name": "Graphic Design"
                },
                {
                    "id": 41,
                    "category_id": 4,
                    "name": "Logo Design and Branding"
                },
                {
                    "id": 42,
                    "category_id": 4,
                    "name": "Presentations"
                },
                {
                    "id": 43,
                    "category_id": 4,
                    "name": "Product Design"
                },
                {
                    "id": 44,
                    "category_id": 4,
                    "name": "Web Design"
                }
            ]
        },
        {
            "id": 5,
            "name": "Research & Analytics",
            "description": "Data Analysis, Data Visualization, Market Research, Quantitative Analysis, Trend Forecasting",
            "skills": [
                {
                    "id": 45,
                    "category_id": 5,
                    "name": "Data Analysis"
                },
                {
                    "id": 46,
                    "category_id": 5,
                    "name": "Data Visualization"
                },
                {
                    "id": 47,
                    "category_id": 5,
                    "name": "Market Research"
                },
                {
                    "id": 48,
                    "category_id": 5,
                    "name": "Quantitative Analysis"
                },
                {
                    "id": 49,
                    "category_id": 5,
                    "name": "Trend Forecasting"
                }
            ]
        },
        {
            "id": 6,
            "name": "Product",
            "description": "Product Management, Product Marketing, UX\/UI Design",
            "skills": [
                {
                    "id": 50,
                    "category_id": 6,
                    "name": "Product Management"
                },
                {
                    "id": 51,
                    "category_id": 6,
                    "name": "UX\/UI Design"
                }
            ]
        },
        {
            "id": 7,
            "name": "Nonprofits",
            "description": "Development, Grant Writing, Program Management",
            "skills": [
                {
                    "id": 52,
                    "category_id": 7,
                    "name": "Development"
                },
                {
                    "id": 53,
                    "category_id": 7,
                    "name": "Grant Writing"
                },
                {
                    "id": 54,
                    "category_id": 7,
                    "name": "Program Management"
                }
            ]
        }
    ]
}

HTTP Request

GET api/v1/skill/all

HEAD api/v1/skill/all

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/skill/store" \
-H "Accept: application/json" \
    -d "category_id"="41" \
    -d "name"="quia" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/store",
    "method": "POST",
    "data": {
        "category_id": 41,
        "name": "quia"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/skill/store

Parameters

Parameter Type Status Description
category_id integer required Valid skill_category id
name string required Maximum: 255

Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/skill/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "category_id": 1,
        "name": "Account Management"
    }
}

HTTP Request

GET api/v1/skill/show/{id}

HEAD api/v1/skill/show/{id}

Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/skill/update/{id}" \
-H "Accept: application/json" \
    -d "category_id"="196423" \
    -d "name"="et" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/update/{id}",
    "method": "PUT",
    "data": {
        "category_id": 196423,
        "name": "et"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/skill/update/{id}

Parameters

Parameter Type Status Description
category_id integer optional Valid skill_category id
name string optional Maximum: 255

Categories - All

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/skill/category/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/category/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "name": "Sales, Marketing, PR",
            "description": "Account Management, Brand Management, Content Marketing & SEO, Corporate Communications, Digital Marketing, Event Coordination, Growth Marketing, more..."
        },
        {
            "id": 2,
            "name": "Financial Services",
            "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
        },
        {
            "id": 3,
            "name": "Corporate Services & Consulting",
            "description": "Business Development, Business Strategy, Customer Success, Human Resources, Legal Services, Management Consulting, Operations, Project Management, more..."
        },
        {
            "id": 4,
            "name": "Creative Services",
            "description": "Copywriting, Graphic Design, Logo Design and Branding, Presentations, Product Design, Web Design"
        },
        {
            "id": 5,
            "name": "Research & Analytics",
            "description": "Data Analysis, Data Visualization, Market Research, Quantitative Analysis, Trend Forecasting"
        },
        {
            "id": 6,
            "name": "Product",
            "description": "Product Management, Product Marketing, UX\/UI Design"
        },
        {
            "id": 7,
            "name": "Nonprofits",
            "description": "Development, Grant Writing, Program Management"
        }
    ]
}

HTTP Request

GET api/v1/skill/category/all

HEAD api/v1/skill/category/all

Categories - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/skill/category/show/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/category/show/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "name": "Sales, Marketing, PR",
        "description": "Account Management, Brand Management, Content Marketing & SEO, Corporate Communications, Digital Marketing, Event Coordination, Growth Marketing, more..."
    }
}

HTTP Request

GET api/v1/skill/category/show/{id}

HEAD api/v1/skill/category/show/{id}

Categories - Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/skill/category/store" \
-H "Accept: application/json" \
    -d "name"="consequatur" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/category/store",
    "method": "POST",
    "data": {
        "name": "consequatur"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/skill/category/store

Parameters

Parameter Type Status Description
name string required Maximum: 255

Categories - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/skill/category/update/{id}" \
-H "Accept: application/json" \
    -d "name"="vel" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/skill/category/update/{id}",
    "method": "PUT",
    "data": {
        "name": "vel"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/skill/category/update/{id}

Parameters

Parameter Type Status Description
name string required Maximum: 255

User

Registration - Employer

Create a new employer instance after a valid registration.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/registration/employer" \
-H "Accept: application/json" \
    -d "first_name"="optio" \
    -d "last_name"="optio" \
    -d "email"="mayra25@example.net" \
    -d "password"="optio" \
    -d "company_id"="8091444" \
    -d "company_name"="optio" \
    -d "referral_type"="8091444" \
    -d "referral_value"="optio" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/registration/employer",
    "method": "POST",
    "data": {
        "first_name": "optio",
        "last_name": "optio",
        "email": "mayra25@example.net",
        "password": "optio",
        "company_id": 8091444,
        "company_name": "optio",
        "referral_type": 8091444,
        "referral_value": "optio"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/registration/employer

Parameters

Parameter Type Status Description
first_name string required Maximum: 255
last_name string required Maximum: 255
email email required Maximum: 255
password string required Minimum: 8 Maximum: 255
company_id integer optional Required if the parameters company_name are not present. Valid company id
company_name string optional Required if the parameters company_id are not present. Maximum: 255
referral_type integer optional Valid dropdown id
referral_value string optional Maximum: 255

Registration - Member

Create a new member instance after a valid registration.

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/registration/member" \
-H "Accept: application/json" \
    -d "email"="haven.koepp@example.com" \
    -d "password"="nisi" \
    -d "referral_type"="9606" \
    -d "referral_value"="nisi" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/registration/member",
    "method": "POST",
    "data": {
        "email": "haven.koepp@example.com",
        "password": "nisi",
        "referral_type": 9606,
        "referral_value": "nisi"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/registration/member

Parameters

Parameter Type Status Description
email email required Maximum: 255
password string required Minimum: 8 Maximum: 255
referral_type integer optional Valid dropdown id
referral_value string optional Maximum: 255

Status - List

Return all user statuses.

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/status/all" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/status/all",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "slug": "active",
            "value": "Active"
        },
        {
            "id": 2,
            "slug": "suspended",
            "value": "Suspended"
        },
        {
            "id": 3,
            "slug": "blocked",
            "value": "Blocked"
        },
        {
            "id": 4,
            "slug": "account-created",
            "value": "Account Created"
        },
        {
            "id": 5,
            "slug": "applied",
            "value": "Applied"
        },
        {
            "id": 6,
            "slug": "waiting-for-references",
            "value": "Waiting For References"
        },
        {
            "id": 7,
            "slug": "pending-interview",
            "value": "Pending Interview"
        },
        {
            "id": 8,
            "slug": "approved",
            "value": "Approved"
        },
        {
            "id": 9,
            "slug": "rejected",
            "value": "Rejected"
        }
    ]
}

HTTP Request

GET api/v1/user/status/all

HEAD api/v1/user/status/all

Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "roles": [
            {
                "id": 1,
                "name": "admin",
                "display_name": "Administrator",
                "description": null
            }
        ],
        "status": null,
        "profile": {
            "id": 1,
            "user_id": 1,
            "step_id": 1,
            "company_id": 1,
            "referral_type": {
                "id": 55,
                "value": "Someone at The Second Shift"
            },
            "referral_value": "Michelle",
            "referral_code": null,
            "full_time_job": true,
            "city": "New York",
            "state": "NY",
            "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
            "resume": null,
            "resume_name": null,
            "commute_city_id": null,
            "profile_pending": 0,
            "company": {
                "id": 1,
                "name": "The Second Shift",
                "industry_id": 42,
                "company_size_id": 3,
                "location": "New York, NY",
                "url": "https:\/\/www.thesecondshift.com",
                "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                "created_at": "2018-08-29 19:56:03",
                "company_size": {
                    "id": 3,
                    "value": "10-99 employees"
                },
                "industry": {
                    "id": 42,
                    "value": "Publishing"
                }
            },
            "commute_city": null
        },
        "education": [
            {
                "user_id": 1,
                "school_id": 1031,
                "degree": "M.A. in Graphic Design",
                "school": {
                    "id": 1031,
                    "value": "Morris College"
                }
            },
            {
                "user_id": 1,
                "school_id": 1035,
                "degree": "B.F.A. in Graphic Design",
                "school": {
                    "id": 1035,
                    "value": "Mount Holyoke College"
                }
            }
        ],
        "work_history": [
            {
                "user_id": 1,
                "company_id": 1,
                "role": "Product Director",
                "years": 5,
                "company": {
                    "id": 1,
                    "name": "The Second Shift",
                    "industry_id": 42,
                    "company_size_id": 3,
                    "location": "New York, NY",
                    "url": "https:\/\/www.thesecondshift.com",
                    "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 3,
                        "value": "10-99 employees"
                    },
                    "industry": {
                        "id": 42,
                        "value": "Publishing"
                    }
                }
            },
            {
                "user_id": 1,
                "company_id": 2,
                "role": "UI Designer",
                "years": 6,
                "company": {
                    "id": 2,
                    "name": "United Virtualities",
                    "industry_id": 43,
                    "company_size_id": 4,
                    "location": "New York, NY",
                    "url": "https:\/\/www.unitedvirtualities.com",
                    "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 4,
                        "value": "100-499 employees"
                    },
                    "industry": {
                        "id": 43,
                        "value": "Real Estate"
                    }
                }
            }
        ],
        "work_references": [
            {
                "id": 1,
                "name": "Colleague 1",
                "email": "colleague1@email.com",
                "relationship_id": 61,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 61,
                    "value": "Coworker"
                }
            },
            {
                "id": 2,
                "name": "Colleague 2",
                "email": "colleague2@email.com",
                "relationship_id": 62,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 62,
                    "value": "I reported to them"
                }
            }
        ],
        "links": [
            {
                "user_id": 1,
                "category": "linkedin",
                "url": "https:\/\/linkedin.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "facebook",
                "url": "https:\/\/facebook.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "dribbble",
                "url": "https:\/\/dribbble.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "behance",
                "url": "https:\/\/behance.com\/admin",
                "file": null
            }
        ],
        "skills": [
            {
                "user_id": 1,
                "skill_id": 20,
                "description": {
                    "id": 20,
                    "category_id": 2,
                    "name": "Financial Analysis",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 21,
                "description": {
                    "id": 21,
                    "category_id": 2,
                    "name": "Financial Modeling",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 25,
                "description": {
                    "id": 25,
                    "category_id": 2,
                    "name": "Investor Relations",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 26,
                "description": {
                    "id": 26,
                    "category_id": 2,
                    "name": "Risk Management",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            }
        ]
    }
}

HTTP Request

GET api/v1/user/show

HEAD api/v1/user/show

Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/update" \
-H "Accept: application/json" \
    -d "id"="5961" \
    -d "first_name"="et" \
    -d "last_name"="et" \
    -d "email"="micheal.bayer@example.net" \
    -d "password"="et" \
    -d "step_id"="2" \
    -d "company_id"="5961" \
    -d "referral_type"="5961" \
    -d "referral_value"="et" \
    -d "full_time_job"="1" \
    -d "city"="et" \
    -d "state"="et" \
    -d "resume_name"="et" \
    -d "professional_summary"="et" \
    -d "commute_city_id"="5961" \
    -d "education"="et" \
    -d "education.∗.school_id"="5961" \
    -d "education.∗.school_name"="et" \
    -d "education.∗.degree"="et" \
    -d "links"="et" \
    -d "links.∗.category"="et" \
    -d "links.∗.url"="et" \
    -d "skills"="et" \
    -d "skills.∗.id"="5961" \
    -d "work_history"="et" \
    -d "work_history.∗.company_id"="5961" \
    -d "work_history.∗.company_name"="et" \
    -d "work_history.∗.role"="et" \
    -d "work_history.∗.years"="5961" \
    -d "work_references"="et" \
    -d "work_references.∗.name"="et" \
    -d "work_references.∗.email"="et" \
    -d "work_references.∗.relationship_id"="5961" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/update",
    "method": "PUT",
    "data": {
        "id": 5961,
        "first_name": "et",
        "last_name": "et",
        "email": "micheal.bayer@example.net",
        "password": "et",
        "step_id": 2,
        "company_id": 5961,
        "referral_type": 5961,
        "referral_value": "et",
        "full_time_job": true,
        "city": "et",
        "state": "et",
        "resume_name": "et",
        "professional_summary": "et",
        "commute_city_id": 5961,
        "education": "et",
        "education.\u2217.school_id": 5961,
        "education.\u2217.school_name": "et",
        "education.\u2217.degree": "et",
        "links": "et",
        "links.\u2217.category": "et",
        "links.\u2217.url": "et",
        "skills": "et",
        "skills.\u2217.id": 5961,
        "work_history": "et",
        "work_history.\u2217.company_id": 5961,
        "work_history.\u2217.company_name": "et",
        "work_history.\u2217.role": "et",
        "work_history.\u2217.years": 5961,
        "work_references": "et",
        "work_references.\u2217.name": "et",
        "work_references.\u2217.email": "et",
        "work_references.\u2217.relationship_id": 5961
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
first_name string optional Maximum: 255
last_name string optional Maximum: 255
email email optional Maximum: 255
password string optional Maximum: 255
step_id integer optional Between: 1 and 4
company_id integer optional Valid company id
referral_type integer optional Valid dropdown id
referral_value string optional Maximum: 255
full_time_job boolean optional
city string optional Maximum: 255
state string optional Maximum: 255
resume_name string optional
professional_summary string optional
commute_city_id integer optional Valid dropdown id
education array optional
education.∗.school_id integer optional Required if the parameters education.*.school_name are not present. Valid dropdown id
education.∗.school_name string optional Required if the parameters education.*.school_id are not present. Maximum: 255
education.∗.degree string optional Maximum: 255
links array optional
links.∗.category string optional Maximum: 255
links.∗.url string optional Maximum: 255
skills array optional
skills.∗.id integer optional Valid skill id
work_history array optional
work_history.∗.company_id integer optional Required if the parameters work_history.*.company_name are not present. Valid company id
work_history.∗.company_name string optional Required if the parameters work_history.*.company_id are not present. Maximum: 255
work_history.∗.role string optional Maximum: 255
work_history.∗.years integer optional
work_references array optional
work_references.∗.name string optional Maximum: 255
work_references.∗.email string optional Maximum: 255
work_references.∗.relationship_id integer optional Valid dropdown id

Stats

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/stats" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/stats",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/user/stats

HEAD api/v1/user/stats

Resume - Upload

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/resume/upload" \
-H "Accept: application/json" \
    -d "id"="801012204" \
    -d "resume"="tenetur" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/resume/upload",
    "method": "POST",
    "data": {
        "id": 801012204,
        "resume": "tenetur"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/resume/upload

Parameters

Parameter Type Status Description
id integer optional Valid user id
resume file required Must be a file upload Maximum: 2000

Resume - Download by User ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/resume/download/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/resume/download/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 412,
    "error": "The resume has not been uploaded by the user."
}

HTTP Request

GET api/v1/user/resume/download/{id}

HEAD api/v1/user/resume/download/{id}

Verify - Credit Card

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/verify/credit-card" \
-H "Accept: application/json" \
    -d "number"="910" \
    -d "name"="enim" \
    -d "ccv"="910" \
    -d "expiration_date"="08/18" \
    -d "project_id"="910" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/verify/credit-card",
    "method": "POST",
    "data": {
        "number": 910,
        "name": "enim",
        "ccv": 910,
        "expiration_date": "08\/18",
        "project_id": 910
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/verify/credit-card

Parameters

Parameter Type Status Description
number numeric required
name string required Maximum: 255
ccv numeric required
expiration_date date required Date format: m/y
project_id integer optional Valid project id

Verify - Referral Code

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/verify/referral-code" \
-H "Accept: application/json" \
    -d "referral_code"="laudantium" \
    -d "project_id"="97556" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/verify/referral-code",
    "method": "POST",
    "data": {
        "referral_code": "laudantium",
        "project_id": 97556
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/verify/referral-code

Parameters

Parameter Type Status Description
referral_code string required Maximum: 255
project_id integer optional Valid project id

Education - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/education/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/education/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "education": [
            {
                "user_id": 1,
                "school_id": 1031,
                "degree": "M.A. in Graphic Design",
                "school": {
                    "id": 1031,
                    "value": "Morris College"
                }
            },
            {
                "user_id": 1,
                "school_id": 1035,
                "degree": "B.F.A. in Graphic Design",
                "school": {
                    "id": 1035,
                    "value": "Mount Holyoke College"
                }
            }
        ]
    }
}

HTTP Request

GET api/v1/user/education/show

HEAD api/v1/user/education/show

Education - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/education/update" \
-H "Accept: application/json" \
    -d "id"="561559149" \
    -d "education"="reiciendis" \
    -d "education.∗.school_id"="561559149" \
    -d "education.∗.school_name"="reiciendis" \
    -d "education.∗.degree"="reiciendis" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/education/update",
    "method": "PUT",
    "data": {
        "id": 561559149,
        "education": "reiciendis",
        "education.\u2217.school_id": 561559149,
        "education.\u2217.school_name": "reiciendis",
        "education.\u2217.degree": "reiciendis"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/education/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
education array optional
education.∗.school_id integer optional Required if the parameters education.*.school_name are not present. Valid dropdown id
education.∗.school_name string optional Required if the parameters education.*.school_id are not present. Maximum: 255
education.∗.degree string required Maximum: 255

Links - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/links/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/links/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "links": [
            {
                "user_id": 1,
                "category": "linkedin",
                "url": "https:\/\/linkedin.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "facebook",
                "url": "https:\/\/facebook.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "dribbble",
                "url": "https:\/\/dribbble.com\/admin",
                "file": null
            },
            {
                "user_id": 1,
                "category": "behance",
                "url": "https:\/\/behance.com\/admin",
                "file": null
            }
        ]
    }
}

HTTP Request

GET api/v1/user/links/show

HEAD api/v1/user/links/show

Links - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/links/update" \
-H "Accept: application/json" \
    -d "id"="8" \
    -d "links"="ipsa" \
    -d "links.∗.category"="ipsa" \
    -d "links.∗.url"="ipsa" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/links/update",
    "method": "PUT",
    "data": {
        "id": 8,
        "links": "ipsa",
        "links.\u2217.category": "ipsa",
        "links.\u2217.url": "ipsa"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/links/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
links array optional
links.∗.category string optional Maximum: 255
links.∗.url string optional Maximum: 255

Profile - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/profile/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/profile/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "profile": {
            "id": 1,
            "user_id": 1,
            "step_id": 1,
            "company_id": 1,
            "referral_type": {
                "id": 55,
                "value": "Someone at The Second Shift"
            },
            "referral_value": "Michelle",
            "referral_code": null,
            "full_time_job": true,
            "city": "New York",
            "state": "NY",
            "professional_summary": "Detail-oriented Graphic Designer with +2 years of experience in a fast-paced startup environment. Seeking to bring fast, intelligent solutions to the position of Graphic Designer at your company.",
            "resume": null,
            "resume_name": null,
            "commute_city_id": null,
            "profile_pending": 0,
            "company": {
                "id": 1,
                "name": "The Second Shift",
                "industry_id": 42,
                "company_size_id": 3,
                "location": "New York, NY",
                "url": "https:\/\/www.thesecondshift.com",
                "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                "created_at": "2018-08-29 19:56:03",
                "company_size": {
                    "id": 3,
                    "value": "10-99 employees"
                },
                "industry": {
                    "id": 42,
                    "value": "Publishing"
                }
            },
            "commute_city": null
        }
    }
}

HTTP Request

GET api/v1/user/profile/show

HEAD api/v1/user/profile/show

Profile - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/profile/update" \
-H "Accept: application/json" \
    -d "id"="62398" \
    -d "step_id"="3" \
    -d "company_id"="62398" \
    -d "referral_type"="62398" \
    -d "referral_value"="ut" \
    -d "full_time_job"="1" \
    -d "city"="ut" \
    -d "state"="ut" \
    -d "professional_summary"="ut" \
    -d "commute_city_id"="62398" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/profile/update",
    "method": "PUT",
    "data": {
        "id": 62398,
        "step_id": 3,
        "company_id": 62398,
        "referral_type": 62398,
        "referral_value": "ut",
        "full_time_job": true,
        "city": "ut",
        "state": "ut",
        "professional_summary": "ut",
        "commute_city_id": 62398
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/profile/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
step_id integer optional Between: 1 and 4
company_id integer optional Valid company id
referral_type integer optional Valid dropdown id
referral_value string optional Maximum: 255
full_time_job boolean optional
city string optional Maximum: 255
state string optional Maximum: 255
professional_summary string optional
commute_city_id integer optional Valid dropdown id

Profile - Get by Member ID

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/profile/member/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/profile/member/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 401,
    "error": "Unauthorized."
}

HTTP Request

GET api/v1/user/profile/member/{id}

HEAD api/v1/user/profile/member/{id}

Skills - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/skills/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/skills/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "skills": [
            {
                "user_id": 1,
                "skill_id": 20,
                "description": {
                    "id": 20,
                    "category_id": 2,
                    "name": "Financial Analysis",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 21,
                "description": {
                    "id": 21,
                    "category_id": 2,
                    "name": "Financial Modeling",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 25,
                "description": {
                    "id": 25,
                    "category_id": 2,
                    "name": "Investor Relations",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            },
            {
                "user_id": 1,
                "skill_id": 26,
                "description": {
                    "id": 26,
                    "category_id": 2,
                    "name": "Risk Management",
                    "category": {
                        "id": 2,
                        "name": "Financial Services",
                        "description": "Budgeting\/Forecasting, Financial Analysis, Financial Modeling, Investment Banking, Investment Management, Investment Strategy, Investor Relations, more..."
                    }
                }
            }
        ]
    }
}

HTTP Request

GET api/v1/user/skills/show

HEAD api/v1/user/skills/show

Skills - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/skills/update" \
-H "Accept: application/json" \
    -d "id"="932" \
    -d "skills"="quis" \
    -d "skills.∗.id"="932" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/skills/update",
    "method": "PUT",
    "data": {
        "id": 932,
        "skills": "quis",
        "skills.\u2217.id": 932
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/skills/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
skills array optional
skills.∗.id integer required Valid skill id

Work History - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/work-history/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-history/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "work_history": [
            {
                "user_id": 1,
                "company_id": 1,
                "role": "Product Director",
                "years": 5,
                "company": {
                    "id": 1,
                    "name": "The Second Shift",
                    "industry_id": 42,
                    "company_size_id": 3,
                    "location": "New York, NY",
                    "url": "https:\/\/www.thesecondshift.com",
                    "summary": "The Second Shift is a vetted network of exceptional, professional women available on-demand.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 3,
                        "value": "10-99 employees"
                    },
                    "industry": {
                        "id": 42,
                        "value": "Publishing"
                    }
                }
            },
            {
                "user_id": 1,
                "company_id": 2,
                "role": "UI Designer",
                "years": 6,
                "company": {
                    "id": 2,
                    "name": "United Virtualities",
                    "industry_id": 43,
                    "company_size_id": 4,
                    "location": "New York, NY",
                    "url": "https:\/\/www.unitedvirtualities.com",
                    "summary": "United Virtualities partners with your business to build the future. We offer the core strategic, creative and innovative thinking that will make your most challenging goals a reality.",
                    "created_at": "2018-08-29 19:56:03",
                    "company_size": {
                        "id": 4,
                        "value": "100-499 employees"
                    },
                    "industry": {
                        "id": 43,
                        "value": "Real Estate"
                    }
                }
            }
        ]
    }
}

HTTP Request

GET api/v1/user/work-history/show

HEAD api/v1/user/work-history/show

Work History - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/work-history/update" \
-H "Accept: application/json" \
    -d "id"="3208016" \
    -d "work_history"="facere" \
    -d "work_history.∗.company_id"="3208016" \
    -d "work_history.∗.company_name"="facere" \
    -d "work_history.∗.role"="facere" \
    -d "work_history.∗.years"="3208016" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-history/update",
    "method": "PUT",
    "data": {
        "id": 3208016,
        "work_history": "facere",
        "work_history.\u2217.company_id": 3208016,
        "work_history.\u2217.company_name": "facere",
        "work_history.\u2217.role": "facere",
        "work_history.\u2217.years": 3208016
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/work-history/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
work_history array optional
work_history.∗.company_id integer optional Required if the parameters work_history.*.company_name are not present. Valid company id
work_history.∗.company_name string optional Required if the parameters work_history.*.company_id are not present. Maximum: 255
work_history.∗.role string required Maximum: 255
work_history.∗.years integer optional

Work References - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/work-references/show" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/show",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": {
        "id": 1,
        "first_name": "admin",
        "last_name": "admin",
        "email": "admin@admin.com",
        "status_id": null,
        "status_updated_at": null,
        "stripe_id": null,
        "verified": false,
        "last_login_at": "2018-08-29 19:56:12",
        "last_login_ip": "127.0.0.1",
        "created_at": "2018-08-29 19:56:03",
        "work_references": [
            {
                "id": 1,
                "name": "Colleague 1",
                "email": "colleague1@email.com",
                "relationship_id": 61,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 61,
                    "value": "Coworker"
                }
            },
            {
                "id": 2,
                "name": "Colleague 2",
                "email": "colleague2@email.com",
                "relationship_id": 62,
                "filled": false,
                "declined": false,
                "emailed_at": null,
                "created_at": "2018-08-29 19:56:03",
                "relationship": {
                    "id": 62,
                    "value": "I reported to them"
                }
            }
        ]
    }
}

HTTP Request

GET api/v1/user/work-references/show

HEAD api/v1/user/work-references/show

Work References - Update

Example request:

curl -X PUT "https://tss.shoshkey.com/api/v1/user/work-references/update" \
-H "Accept: application/json" \
    -d "id"="3" \
    -d "work_references"="aut" \
    -d "work_references.∗.name"="aut" \
    -d "work_references.∗.email"="harvey.tristian@example.com" \
    -d "work_references.∗.relationship_id"="3" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/update",
    "method": "PUT",
    "data": {
        "id": 3,
        "work_references": "aut",
        "work_references.\u2217.name": "aut",
        "work_references.\u2217.email": "harvey.tristian@example.com",
        "work_references.\u2217.relationship_id": 3
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

PUT api/v1/user/work-references/update

Parameters

Parameter Type Status Description
id integer optional Valid user id
work_references array optional
work_references.∗.name string required Maximum: 255
work_references.∗.email email required Maximum: 255
work_references.∗.relationship_id integer optional Valid dropdown id

User - Work References Check

All

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/work-references/check" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/check",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": []
}

HTTP Request

GET api/v1/user/work-references/check

HEAD api/v1/user/work-references/check

State - Filled / Declined

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/work-references/check/state" \
-H "Accept: application/json" \
    -d "reference_id"="blanditiis" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/check/state",
    "method": "POST",
    "data": {
        "reference_id": "blanditiis"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/work-references/check/state

Parameters

Parameter Type Status Description
reference_id string required

Decline

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/work-references/check/decline" \
-H "Accept: application/json" \
    -d "reference_id"="commodi" \
    -d "declined"="1" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/check/decline",
    "method": "POST",
    "data": {
        "reference_id": "commodi",
        "declined": true
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/work-references/check/decline

Parameters

Parameter Type Status Description
reference_id string required
declined boolean required

Store

Example request:

curl -X POST "https://tss.shoshkey.com/api/v1/user/work-references/check/store" \
-H "Accept: application/json" \
    -d "reference_id"="ea" \
    -d "current_company"="ea" \
    -d "worked_company"="ea" \
    -d "worked_together_for"="ea" \
    -d "skills"="ea" \
    -d "skills.∗.id"="746" \
    -d "answers"="ea" \
    -d "answers.∗.question_id"="746" \
    -d "answers.∗.value"="746" \
    -d "comments"="ea" \
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/check/store",
    "method": "POST",
    "data": {
        "reference_id": "ea",
        "current_company": "ea",
        "worked_company": "ea",
        "worked_together_for": "ea",
        "skills": "ea",
        "skills.\u2217.id": 746,
        "answers": "ea",
        "answers.\u2217.question_id": 746,
        "answers.\u2217.value": 746,
        "comments": "ea"
},
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

HTTP Request

POST api/v1/user/work-references/check/store

Parameters

Parameter Type Status Description
reference_id string required
current_company string required Maximum: 255
worked_company string required Maximum: 255
worked_together_for string required Maximum: 255
skills array optional
skills.∗.id integer required Valid skill id
answers array optional
answers.∗.question_id integer required Valid user_work_references_check_question id
answers.∗.value integer required
comments string optional Maximum: 1000

Reference - Get Public Data

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/work-references/check/public/{id}" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/check/public/{id}",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 400,
    "data": "The payload is invalid."
}

HTTP Request

GET api/v1/user/work-references/check/public/{id}

HEAD api/v1/user/work-references/check/public/{id}

Questions - Get

Example request:

curl -X GET "https://tss.shoshkey.com/api/v1/user/work-references/check/questions" \
-H "Accept: application/json"
var settings = {
    "async": true,
    "crossDomain": true,
    "url": "https://tss.shoshkey.com/api/v1/user/work-references/check/questions",
    "method": "GET",
    "headers": {
        "accept": "application/json"
    }
}

$.ajax(settings).done(function (response) {
    console.log(response);
});

Example response:

{
    "status": 200,
    "data": [
        {
            "id": 1,
            "question": "How would you rate the quality of {{reference_name}}'s work?"
        },
        {
            "id": 2,
            "question": "Please rate the timeliness of {{reference_name}}'s work."
        },
        {
            "id": 3,
            "question": "I would be comfortable recommending {{reference_name}} to a colleague."
        },
        {
            "id": 4,
            "question": "I would work with {{reference_name}} again."
        }
    ]
}

HTTP Request

GET api/v1/user/work-references/check/questions

HEAD api/v1/user/work-references/check/questions