Search providersAsk AIget https://api.revioapi.com/v1/ProvidersSearch for one or more providers.Query Paramssearch.provider_idarray of int32sQuery by provider identifier.search.provider_idADD int32search.descriptionarray of stringsQuery by all or part of provider description.search.descriptionADD stringsearch.provider_codearray of stringsQuery by programmatic code.search.provider_codeADD stringsearch.gravity_profile_idarray of int32sQuery by gravity profile identifier.search.gravity_profile_idADD int32search.state_provincearray of stringsQuery state restriction (2-character abbreviation).search.state_provinceADD stringsearch.created_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return only entries created after this date.search.created_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return only entries created before this date.search.created_byarray of int32sQuery by user identifier (who created it).search.created_byADD int32search.modified_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return only entries modified after this date.search.modified_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return only entries modified before this date.search.modified_byarray of int32sQuery by user identifier (who changed it).search.modified_byADD int32search.page_sizeint32Format - int32. Defines how many items to return at a time.search.pageint32Format - int32. Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago