Skip to main content

orgPageList

Paginated list of all organizations on AtomGit by creation date.

Query Parameters
  • since integer

    start page

  • per_page integer

    Maximum number per page, maximum limit is 50

Responses

Success


Schema
  • Array [
  • login string

    organization name

  • id string

    organization id

  • url string

    Organization's OepnApi address

  • repos_url string

    organization’s repos address

  • events_url string

    The organization’s event address

  • hooks_url string

    Organization’s hooks address

  • issues_url string

    The organization’s issue address

  • members_url string

    The organization’s members address

  • public_members_url string

    The organization’s public members address

  • avatar_url string

    Organization avatar address

  • description string

    description of the organization

  • ]
Loading...