Skip to content

Instantly share code, notes, and snippets.

@amusarra
Created March 28, 2014 10:00
Show Gist options
  • Save amusarra/9829240 to your computer and use it in GitHub Desktop.
Save amusarra/9829240 to your computer and use it in GitHub Desktop.
Listato 5 Test del servizio JSON tramite curl.
curl http://localhost:8080/api/jsonws/ShirusLabsExampleServices-portlet.customusers/get-users-company-by-tag-name \
-u test@liferay.com:test \
-d companyId=10157 \
-d tagName='crm' \
-d userStatus=0 \
-d start=0 \
-d end=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment