Skip to content
Snippets Groups Projects
Select Git revision
  • 979601dd638c49d5de3f35a7d0c5fb18833c4ade
  • development default protected
  • treinamento-2025
  • cursos-superior
  • doc_agregado_ies
  • micro_dados_2021
  • escola-agregada-teste
  • homologa protected
  • master protected
  • v1.0.41
10 results

ocde_ens_superior.csv

Blame
  • POST_new-collections.sh 1.12 KiB
    # {"id":3,"name":"CREATED BY JSON (POST)","handle":"123456789/17","type":"collection","link":"/RESTapi/collections/3","expand":["parentCommunityList","parentCommunity","items","license","logo","all"],"logo":null,"parentCommunity":null,"parentCommunityList":[],"items":[],"license":null,"copyrightText":"CREATED BY JSON (POST)","introductoryText":"CREATED BY JSON (POST)","shortDescription":"CREATED BY JSON (POST)","sidebarText":"CREATED BY JSON (POST)","numberItems":0}
    
    VERB="POST"
    ACTION="communities/1/collections"
    
    RQST_JSON='
    {
      "name":"CREATED BY JSON (POST)",
      "copyrightText":"CREATED BY JSON (POST)",
      "introductoryText":"CREATED BY JSON (POST)",
      "shortDescription":"CREATED BY JSON (POST)",
      "sidebarText":"CREATED BY JSON (POST)"
    }
    '
    
    RQST_XML='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <collection>
      <name>CREATED BY XML (POST)</name>
      <type>CREATED BY XML (POST)</type>
      <copyrightText>CREATED BY XML (POST)</copyrightText>
      <introductoryText>CREATED BY XML (POST)</introductoryText>
      <shortDescription>CREATED BY XML (POST)</shortDescription>
      <sidebarText>CREATED BY XML (POST)</sidebarText>
    </collection>
    '