Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

80
Vistas
I need send request looping with a array list

When I finish one request I'm creating an array in the collectionVariables to store an Id that come from response. Then I need use this array to send request to delete all my content

(storing the id)

const idArray = pm.collectionVariables.get("idArray2");
response = JSON.parse(responseBody);
// const array = [];
const id = response.items[0].sys.id;
// array.push(id);
// entryId = pm.response.json().items[0].sys.id;
idArray.push(id);
// arrayValue = pm.collectionVariables.get("idArray");
console.log(idArray);
// pm.collectionVariables.set("arrayValue", array);
// arrayValue.push(id);

To delete this contents I need to loop with forEach function. For it I need set the arrays info in the {{ID}} endpoint

var submitUnpublishedRequest = {
        url: pm.variables.replaceIn('https://api.contentful.com/spaces/{{spaceId}}/environments/{{branch}}/entries/{{ID}}/published'),
        method: 'DELETE',
        header: {
            'Authorization': "Bearer " + pm.environment.get("contentManagementToken"),
            'aeg-event-type': pm.environment.get("event_type"),
            'aeg-sas-key': pm.environment.get("sas_key"),
            'Content-Type': "application/json"
        },
        body: {}
    } 
 pm.sendRequest(submitUnpublishedRequest)

My question is, how can I loop this pre-request to delete my content ?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda