Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

This set of resources is used to expose adoption information.


Adoption Resources

URI DescriptionMethodRelative URINotes
Get All CountsGet/api/v{version}/adoptions/This currently only displays the adoption counts per shelter uploading to the public site.


Sample JSON return
 {  
   "Data":[  
      {  
         "Site":"Site A",
         "AdoptionsThisYear":3004
      },
      {  
         "Site":"Site B",
         "AdoptionsThisYear":1
      }
   ],
   "Paging":{  
      "Next":null,
      "Previous":null
   }
}


  • No labels