Member types and states

Member types

GET /nami/enum/mgltype

Get default values and their ids.

Query Parameters:
 
  • gruppierung (int) – A chosen group id (usually your Stammesnummer) (optional)
  • mitglied (int) – Member id (not the DPSG Mitgliedsnummer) (optional)
  • page (int) – The page number of result display
  • start (int) – Show search results form this index
  • limit (int) – Show only up to this many entries
Response JSON Object:
 
  • success (boolean) – If everything was ok
  • responseType (string) – NaMi response type: Can be OK, INFO, WARN, ERROR, EXCEPTION or null
  • totalEntries (int) – Number of returned entries
  • data (list) –

    The search results. Each returned member type is a list entry in the form of a json array.

    Latest search results
    Beschreibung ID
    Nicht-Mitglied NICHT_MITGLIED
    Schnuppermitglied SCHNUPPER_MITGLIED
    Mitglied MITGLIED

    See also

    mgltypes()

    See also

    BaseadminSchema
    JSON schema of the returned data
Status Codes:

Member states

GET /nami/search-multi/status-list

Get default values and their ids.

Query Parameters:
 
  • page (int) – The page number of result display
  • start (int) – Show search results form this index
  • limit (int) – Show only up to this many entries
Response JSON Object:
 
  • success (boolean) – If everything was ok
  • responseType (string) – NaMi response type: Can be OK, INFO, WARN, ERROR, EXCEPTION or null
  • totalEntries (int) – Number of returned entries
  • data (list) –

    The search results. Each returned member state is a list entry in the form of a json array.

    Latest search results
    Beschreibung ID
    Aktiv AKTIV
    Inaktiv INAKTIV
    archiviert GELOESCHT_ALT

    See also

    status_list

    See also

    BaseadminSchema
    JSON schema of the returned data
Status Codes: