Re: [Dhis2-devs] Web API - Finding organization units assigned to a program

2018-02-28 Thread Edouard Lavaud
Oh great! Thanks Jason & Melaeke!
Works like a charm!

2018-02-28 11:06 GMT+02:00 Melaeke Serawit :

> Hello,
>
> For finding all org units assigned to a specific program you could use :
>
> your-web-address/api/programs/the-program-id-you-want-to-
> view?fields=id,displayName,organisationUnits[id,displayName]
>
> This just shows you the id and the name of the organisation units. For
> more info you can take a look at the section "Metadata field filter" in the
> developer manual.
>
> Sincerely.
>
>
> On Wednesday, February 28, 2018, Edouard Lavaud 
> wrote:
>
>> Hi there,
>>
>> Using 2.28 and its web API, I need to find all the organisation units
>> which have been assigned a specific tracker program.
>>
>> Any idea how I could handle that? (I  could loop through all OU and test
>> them, but that is not super beautiful, isn't it?)
>>
>> Thanks!
>>
>> Edouard
>>
>


-- 
*Edouard Lavaud, *



*MSc in Health Policy, Planning & FinancingMEng in
TelecommunicationUniversity Diploma in ICT for Health*
*Email:* edouard.lav...@gmail.com
*Mobile:* 0033 6 7210 23 59
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Web API - Finding organization units assigned to a program

2018-02-28 Thread Melaeke Serawit
Hello,

For finding all org units assigned to a specific program you could use :

your-web-address/api/programs/
the-program-id-you-want-to-view?fields=id,displayName,organisationUnits[id,
displayName]

This just shows you the id and the name of the organisation units. For more
info you can take a look at the section "Metadata field filter" in the
developer manual.

Sincerely.

On Wednesday, February 28, 2018, Edouard Lavaud 
wrote:

> Hi there,
>
> Using 2.28 and its web API, I need to find all the organisation units
> which have been assigned a specific tracker program.
>
> Any idea how I could handle that? (I  could loop through all OU and test
> them, but that is not super beautiful, isn't it?)
>
> Thanks!
>
> Edouard
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Web API - Finding organization units assigned to a program

2018-02-28 Thread Edouard Lavaud
Hi there,

Using 2.28 and its web API, I need to find all the organisation units which
have been assigned a specific tracker program.

Any idea how I could handle that? (I  could loop through all OU and test
them, but that is not super beautiful, isn't it?)

Thanks!

Edouard
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp