1) just to confirm, web api only accets uncompressed file, right? and it's
the import/export app that is capable of handling zip file?
2) does DELETE import strategy work for dataValueSets? I have not been able
to get it to work.
I am running on 2.24, if it makes a difference.
Thanks,
Vlad
_
Helge Ă˜verland wrote:
> Hi Vlad,
>
>
>
> On Tue, Dec 6, 2016 at 12:04 PM, Vladimer Shioshvili <
> vshioshv...@gmail.com> wrote:
>
> 1) just to confirm, web api only accets uncompressed file, right? and it's
> the import/export app that is capable of handling z
and 2.25, so it seems to be working fine.
>
> On the other hand, I am not able to import a zip file using curl with the
> command:
>
> curl.exe -d @test.zip -H "Content-Type: application/json" -X POST "
> http://localhost/api/dataValueSets"; -u user:passwo
Thanks for confirming.
On Thu, Dec 15, 2016 at 2:07 PM Bob Jolliffe wrote:
> Hi Vlad
>
> No it doesn't currently work with adx files.
>
>
> On 15 December 2016 at 18:52, Vladimer Shioshvili
> wrote:
>
> Hi Morten,
>
> It does not seem to work with adx mes
This should get you started:
api/dataElements?filter=dataSets.id:eq:DATASET_UID
On Thu, Aug 17, 2017 at 8:26 AM Shurajit Dutta
wrote:
> Hi everyone,
>
> Can someone share with me the API call to list all data elements within a
> dataset, perhaps the uid and name? Though if someone has somethin
Jason is right, my suggestion does not work in later versions. Akash's
gives you what I was trying to get:
https://play.dhis2.org/dev/api/dataElements?filter=dataSetElements.dataSet.id:eq:lyLU2wR22tC&fields=id,name,description&paging=false
On Thu, Aug 17, 2017 at 8:45 AM Akash Jindal
wrote:
> H
Was action dropdown (with option to select "email invitation to create
account") removed from the add new user screen? It's listed in User manual,
but when moving from 2.24 to 2.27, i no longer have it.
[image: image.png]
Thanks,
Vlad
___
Mailing list:
Never mind - found the jira ticket explaining how to turn it on
https://jira.dhis2.org/browse/DHIS2-1783
On Tue, Aug 22, 2017 at 11:54 AM Vladimer Shioshvili
wrote:
> Was action dropdown (with option to select "email invitation to create
> account") removed from the add new u
Felimone,
Are you getting it for all data elements, or just the header? Because, it
is expected for the header. Otherwise, make sure you are using data element
schema correctly - default is UID, if you are using code or name, make sure
to select it. Next thing would be to look at permissions.
Bes
lim...@manhica.net> wrote:
> Hi Vlad,
>
> Thanks, yes im getting the error for all data elements, which permission
> exactly should i check? i'm logged as a superuser and im still getting the
> same errors
>
> On Tue, Oct 3, 2017 at 9:04 PM, Vladimer Shioshvili >
Leke,
While it's good to use --data-binary, in your curl calls in both examples,
you are missing -H switch in front of the content type (look at the example
Knut provided), which makes it default to application/x-www-form-urlencoded.
Make sure you include -H;
Knut (and others), Leke's original qu
eloper/html/webapi_csv_metadata_import.html
>
> Knut
>
> On Wed, Jul 4, 2018 at 2:31 PM Vladimer Shioshvili
> wrote:
>
>> Leke,
>>
>> While it's good to use --data-binary, in your curl calls in both
>> examples, you are missing -H switch in front of the content type (look a
Leke,
Have a look at the documentation, it gives the example of the csv import
file format:
https://docs.dhis2.org/2.27/en/developer/html/dhis2_developer_manual_full.html#webapi_data_values_csv
You need to specify data element and category option combo in separate
columns.
Vlad
On Mon, Jul 9, 2
Shams,
Have you assigned org units to the data set?
https://docs.dhis2.org/2.28/en/user/html/manage_data_set.html
Vlad
On Thu, Jul 12, 2018 at 4:48 AM Shams-ur-Rehman
wrote:
> Dear support team,
>
>
>
> We are using dhs2 2.29 version. After creating an organization unit,
> opened four level c
I think it's more than that - I was looking at the new metadata import app
as well, and it has bigger issues. It accepts json and xml, won't accept
zip (returns 415), but when you click on import it immediately logs you out
and there is no way to see if anything actually happened - logger console
o
Walusiku,
Periodtype table contains the list of period types (weekly, daily, monthly,
quarterly, etc).
Period table has the actual period definitions: period type, start date,
and end date (e.g. quarterly type, start date january 1, 2018, end date
March 31, 2018).
period id in the data value tab
16 matches
Mail list logo