> For the complete documentation index, see [llms.txt](https://waap.docs.link11.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://waap.docs.link11.com/reference-information/api/namespace-reference/mobile-application-groups.md).

# Mobile Application Groups

## Get Mobile Application Groups

> Get all Mobile Application Groups

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/mobile-application-groups":{"get":{"description":"Get all Mobile Application Groups","operationId":"get_api_v3_reblaze_configs__config__d_mobile_apps__get_2067933194781881224","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}}],"responses":{"200":{"description":"Mobile Application Groups retrieved successfully","content":{"application/json":{"schema":{"title":"Mobile Application Groups","properties":{"total":{"type":"integer"},"items":{"type":"array","items":{"$ref":"#/components/schemas/MobileAppConfig"}}}}}}},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InputError"}}},"description":"Input Error"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal Server Error"}},"summary":"Get Mobile Application Groups","tags":["Mobile Application Groups"]}}},"components":{"schemas":{"MobileAppConfig":{"properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"uid_header":{"title":"Uid header","type":"string"},"grace":{"title":"Grace","type":"string"},"active_config":{"default":[],"items":{"$ref":"#/components/schemas/ActiveConfig"},"title":"ActiveConfig","type":"array"},"signatures":{"default":[],"items":{"$ref":"#/components/schemas/Signature"},"title":"Signature","type":"array"}}},"ActiveConfig":{"properties":{"active":{"title":"Active","type":"boolean"},"json_":{"title":"JSON","type":"string"},"name":{"title":"Name","type":"string"}}},"Signature":{"properties":{"active":{"title":"Active","type":"boolean"},"hash":{"title":"Hash","type":"string"},"name":{"title":"Name","type":"string"}},"required":["name","hash","active"],"title":"Signature","type":"object"},"InputError":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"InputError","type":"object"},"Error":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"Error","type":"object"}}}}
```

## Get Mobile Application Group

> Get a Mobile Application Group from the specified identifier

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/mobile-application-groups/{entry_id}":{"get":{"operationId":"get_one_api_v3_reblaze_configs__config__d_mobile_apps_e__id___get_579203461284956730","summary":"Get Mobile Application Group","description":"Get a Mobile Application Group from the specified identifier","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Id","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAppConfig"}}},"description":"Mobile Application Group retrieved successfully"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InputError"}}},"description":"Input Error"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal Server Error"}},"tags":["Mobile Application Groups"]}}},"components":{"schemas":{"MobileAppConfig":{"properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"uid_header":{"title":"Uid header","type":"string"},"grace":{"title":"Grace","type":"string"},"active_config":{"default":[],"items":{"$ref":"#/components/schemas/ActiveConfig"},"title":"ActiveConfig","type":"array"},"signatures":{"default":[],"items":{"$ref":"#/components/schemas/Signature"},"title":"Signature","type":"array"}}},"ActiveConfig":{"properties":{"active":{"title":"Active","type":"boolean"},"json_":{"title":"JSON","type":"string"},"name":{"title":"Name","type":"string"}}},"Signature":{"properties":{"active":{"title":"Active","type":"boolean"},"hash":{"title":"Hash","type":"string"},"name":{"title":"Name","type":"string"}},"required":["name","hash","active"],"title":"Signature","type":"object"},"InputError":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"InputError","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"},"Error":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"Error","type":"object"}}}}
```

## Modify Mobile Application Group

> Update an individual Mobile Application Group within a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/mobile-application-groups/{entry_id}":{"put":{"operationId":"update_api_v3_reblaze_configs__config__d_mobile_apps_e__id___put_579203461284956730","summary":"Modify Mobile Application Group","description":"Update an individual Mobile Application Group within a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Id","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAppConfig"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseUpdate"}}},"description":"Mobile Application Group updated successfully"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InputError"}}},"description":"Input Error"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal Server Error"}},"tags":["Mobile Application Groups"]}}},"components":{"schemas":{"MobileAppConfig":{"properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"uid_header":{"title":"Uid header","type":"string"},"grace":{"title":"Grace","type":"string"},"active_config":{"default":[],"items":{"$ref":"#/components/schemas/ActiveConfig"},"title":"ActiveConfig","type":"array"},"signatures":{"default":[],"items":{"$ref":"#/components/schemas/Signature"},"title":"Signature","type":"array"}}},"ActiveConfig":{"properties":{"active":{"title":"Active","type":"boolean"},"json_":{"title":"JSON","type":"string"},"name":{"title":"Name","type":"string"}}},"Signature":{"properties":{"active":{"title":"Active","type":"boolean"},"hash":{"title":"Hash","type":"string"},"name":{"title":"Name","type":"string"}},"required":["name","hash","active"],"title":"Signature","type":"object"},"ResponseUpdate":{"title":"ResponseUpdate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful update operation","type":"string"}},"required":["message"]},"InputError":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"InputError","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"},"Error":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"Error","type":"object"}}}}
```

## Create Mobile Application Group

> Create an individual Mobile Application Group within a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/mobile-application-groups/{entry_id}":{"post":{"operationId":"add_api_v3_reblaze_configs__config__d_mobile_apps_e__id___post_579203461284956730","summary":"Create Mobile Application Group","description":"Create an individual Mobile Application Group within a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"pattern":"^[A-Za-z0-9\\-\\_]*$","title":"Id","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileAppConfig"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseCreate"}}},"description":"Mobile Application Group created successfully"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InputError"}}},"description":"Input Error"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal Server Error"}},"tags":["Mobile Application Groups"]}}},"components":{"schemas":{"MobileAppConfig":{"properties":{"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"description":{"title":"Description","type":"string"},"uid_header":{"title":"Uid header","type":"string"},"grace":{"title":"Grace","type":"string"},"active_config":{"default":[],"items":{"$ref":"#/components/schemas/ActiveConfig"},"title":"ActiveConfig","type":"array"},"signatures":{"default":[],"items":{"$ref":"#/components/schemas/Signature"},"title":"Signature","type":"array"}}},"ActiveConfig":{"properties":{"active":{"title":"Active","type":"boolean"},"json_":{"title":"JSON","type":"string"},"name":{"title":"Name","type":"string"}}},"Signature":{"properties":{"active":{"title":"Active","type":"boolean"},"hash":{"title":"Hash","type":"string"},"name":{"title":"Name","type":"string"}},"required":["name","hash","active"],"title":"Signature","type":"object"},"ResponseCreate":{"title":"ResponseCreate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful create operation","type":"string"}},"required":["message"]},"InputError":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"InputError","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"},"Error":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"Error","type":"object"}}}}
```

## Delete Mobile Application Group

> Delete an individual Mobile Applicaions Group from the specified configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/mobile-application-groups/{entry_id}":{"delete":{"operationId":"delete_api_v3_reblaze_configs__config__d_mobile_apps_e__id___delete_579203461284956730","summary":"Delete Mobile Application Group","description":"Delete an individual Mobile Applicaions Group from the specified configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Id","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseDelete"}}},"description":"Mobile Application Group deleted successfully"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InputError"}}},"description":"Bad Request"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Internal Server Error"}},"tags":["Mobile Application Groups"]}}},"components":{"schemas":{"ResponseDelete":{"title":"ResponseDelete","type":"object","properties":{"message":{"title":"Message","description":"Information about successful delete operation","type":"string"}},"required":["message"]},"InputError":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"InputError","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"},"Error":{"properties":{"code":{"title":"Code","type":"integer"},"message":{"title":"Message","type":"string"}},"required":["code","message"],"title":"Error","type":"object"}}}}
```
