Django REST framework
  • Api Root
  • Trusted Company Model List
GET
  • json
  • api

Trusted Company Model List

GET /trusted_companies/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/goVelo.png"
    },
    {
        "id": 2,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/NowMeta.png"
    },
    {
        "id": 3,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/brainStorm.png"
    },
    {
        "id": 4,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/sharpArchive.png"
    },
    {
        "id": 5,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/oEhealth.png"
    },
    {
        "id": 6,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/maatUniversity.png"
    },
    {
        "id": 7,
        "image": "http://admin.devxhub.com/media/images/trusted_companies/brainStorm_p4ig33v.png"
    }
]