MPDX Developers
HomeHelp
Production
Production
  • Changelog
  • README
  • org_data_transfer
  • README
    • README
      • Account Lists
        • :Account List
        • Analytics
        • Chalkline Mail
        • Coaches
        • Designation Accounts
        • Donations
        • Donor Accounts
        • Entries
        • Financial Accounts
        • Imports
          • Csv
          • Google
          • Tnt
          • Tnt Data Sync
        • Invites
        • Mail Chimp Account
        • Merge
        • Notification Preferences
          • Bulk
        • Notifications
        • Pledges
        • Prayer Letters Account
        • Users
        • :account_list_id
          • Donations
        • :account_list_id
          • donations
            • Bulk
      • README
        • Impersonation
        • Organizations
        • Resets
      • Announcements
      • Appeals
        • Appeal Contacts
          • Bulk
        • Excluded Appeal Contacts
          • Bulk
      • Background Batches
      • Batch
      • Coaching
        • Answer Sets
        • Answers
        • Questions
      • Constants
      • Contacts
        • Addresses
        • Alma Mater Names
        • Analytics
        • Bulk
        • Church Names
        • Duplicates
        • README
        • Exports
          • Mailing
        • Filters
        • Merges
        • Partner Giving Analysis Filters
        • People
          • Bulk
          • Email Addresses
          • Facebook Accounts
          • Linkedin Accounts
          • Merges
          • Phones
          • Relationships
          • Twitter Accounts
          • Websites
        • Referrals
        • Referrers
        • Tags
          • Bulk
      • Deleted Records
      • Organizations
        • Account Lists
          • Account List Coaches
          • Account List Users
          • Invites
        • Admins
        • Contacts
        • Impersonation
        • Invites
      • Public
        • Designation Accounts
          • Subscriptions
      • README
        • Activity Results
        • Appointment Results
        • Donation Histories
        • Donation Monthly Totals
        • Donor Currency Donations
        • Entry Histories
        • Expected Monthly Totals
        • Goal Progress
        • Monthly Giving Graph
        • Monthly Losses Graphs
        • Partner Giving Analysis
        • People With Anniversaries
        • People With Birthdays
        • Pledge Histories
        • Salary Currency Donations
        • Tag Histories
        • Year Donations
      • Tasks
        • Analytics
        • Comments
        • Filters
        • Tags
      • README
        • Analytics
      • User
        • Account List Coaches
        • Announcements
        • Authenticate
        • Devices
        • Google Accounts
          • Google Integrations
        • Key Accounts
        • Notifications
        • Options
        • Organization Accounts
Powered by GitBook
On this page
  • Organization [LIST]
  • Request
  • Parameters
  • Response
  • Fields
  • Organization [GET]
  • Request
  • Response
  • Fields
  1. README
  2. README

Organizations

Organizations Documentation

Organization [LIST]

Organization [LIST]

Request

Endpoint

GET /api/v2/organizations
Content-Type: application/vnd.api+json

Body

Parameters

Sorts

name

Type Unknown

Description Sort organizations by name

Required No

Response

Headers

Content-Type: application/vnd.api+json; charset=utf-8
200 OK

Body

{
  "data": [
    {
      "id": "f9ea4d14-3c68-4576-b7a2-d645f9122baa",
      "type": "organizations",
      "attributes": {
        "abbreviation": null,
        "code": null,
        "country": null,
        "created_at": "2022-01-12T17:18:12Z",
        "default_currency_code": "USD",
        "gift_aid_percentage": null,
        "logo": null,
        "name": "Organization155",
        "oauth": false,
        "updated_at": "2022-01-12T17:18:12Z",
        "updated_in_db_at": "2022-01-12T17:18:12Z"
      }
    }
  ],
  "meta": {
    "pagination": {
      "page": 1,
      "per_page": 25,
      "total_count": 1,
      "total_pages": 1
    },
    "sort": null,
    "filter": {
    }
  }
}

Fields

data

Type [Organization]

Description An array of Organizations

Organization [GET]

Organization [GET]

Request

Endpoint

GET /api/v2/organizations/370e9baa-6510-4e8d-b9b3-c002247ea9d7
Content-Type: application/vnd.api+json

Body

Response

Headers

Content-Type: application/vnd.api+json; charset=utf-8
200 OK

Body

{
  "data": {
    "id": "370e9baa-6510-4e8d-b9b3-c002247ea9d7",
    "type": "organizations",
    "attributes": {
      "abbreviation": null,
      "code": null,
      "country": null,
      "created_at": "2022-01-12T17:18:13Z",
      "default_currency_code": "USD",
      "gift_aid_percentage": null,
      "logo": null,
      "name": "Organization158",
      "oauth": false,
      "updated_at": "2022-01-12T17:18:13Z",
      "updated_in_db_at": "2022-01-12T17:18:13Z"
    }
  }
}

Fields

Attributes

abbreviation

Type string

Description The abbreviated form of the organization name

code

Type string

Description The short code of the organization

country

Type string

Description The primary country of the organization

created_at

Type date

Description The timestamp of when this resource was created

default_currency_code

Type string

Description The default currency code of the organization

gift_aid_percentage

Type number

Description The percentage added to each donation from a gift aid program

logo

Type string

Description The URL pointing to the logo image file of the organization

name

Type string

Description The name of the organization

oauth

Type boolean

Description If the organization requires users to authenticate via OAuth to connect

updated_at

Type date

Description The timestamp of when this resource was last updated

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

PreviousDeleted RecordsNextAccount Lists

Last updated 3 years ago