inChurch
inChurch API

Cells

Endpoint:https://inradar.com.br/public

List Cells

GET
https://inradar.com.br/public
/v1/cell/

List all cells with the option to sort based on geolocation.

List Cellsquery Parameters

  • categoriesstring

    List of possible categories splitted by comma

  • citystring

    City where the cell is located.

  • distancenumber

    Filter cells within a range in kilometers.

  • latnumber

    Latitude used as reference to sort by distance.

  • limitinteger

    Number of results to return per page.

  • lngnumber

    Longitude used as reference to sort by distance.

  • neighborhoodstring

    Neighborhood where the cell is located.

  • offsetinteger

    The initial index from which to return the results.

  • statestring

    State where the cell is located.

  • weekdaysstring

    List of possible weekdays indexes splitted by comma (0 stands for Sunday).

List CellsHeaders

  • Authorizationstring · required

    HTTP Basic. SEND: Basic base64(api_key:api_secret)

List CellsResponses

  • countinteger · required
    Example: 123
  • resultsobject[] · required
  • nextstring | null · uri
    Example: http://api.example.org/accounts/?offset=400&limit=100
  • previousstring | null · uri
    Example: http://api.example.org/accounts/?offset=200&limit=100

Cell Detail

GET
https://inradar.com.br/public
/v1/cell/{id}/

Cell Detailpath Parameters

  • idinteger · required

    A unique integer value identifying this cell.

Cell DetailHeaders

  • Authorizationstring · required

    HTTP Basic. SEND: Basic base64(api_key:api_secret)

Cell DetailResponses

  • idinteger · readOnly · required
  • distancenumber · double · readOnly · required
  • leadersobject[] · readOnly · required
  • supervisorsobject[] · readOnly · required
  • locationreadOnly · required
  • dates_textstring · readOnly · required
  • weekdaysinteger[] · readOnly · required
  • categorystring · readOnly · required
  • frequencystring · readOnly · required
  • addressstring · readOnly · required
  • namestring · maxLength: 200
  • imagestring | null · uri
  • auxiliariesinteger[]

List Cell Categories

GET
https://inradar.com.br/public
/v1/cell_category/

List Cell Categoriesquery Parameters

  • limitinteger

    Number of results to return per page.

  • offsetinteger

    The initial index from which to return the results.

List Cell CategoriesHeaders

  • Authorizationstring · required

    HTTP Basic. SEND: Basic base64(api_key:api_secret)

List Cell CategoriesResponses

  • countinteger · required
    Example: 123
  • resultsobject[] · required
  • nextstring | null · uri
    Example: http://api.example.org/accounts/?offset=400&limit=100
  • previousstring | null · uri
    Example: http://api.example.org/accounts/?offset=200&limit=100

Cell Category Detail

GET
https://inradar.com.br/public
/v1/cell_category/{id}/

Cell Category Detailpath Parameters

  • idinteger · required

    A unique integer value identifying this sub nomenclature.

Cell Category DetailHeaders

  • Authorizationstring · required

    HTTP Basic. SEND: Basic base64(api_key:api_secret)

Cell Category DetailResponses

  • idinteger · readOnly · required
  • namestring | null · readOnly · required